Search code examples
c#winformsdevexpressxtragrid

Xtragrid column checkedit check all header


,Hi guys,

I am using Devexpress Xtragrid in winforms.

I have a checkedit(checkbox) column.

I want to put a column header and if i click to header i want to set all rows checked.

However ,

In this example,

https://documentation.devexpress.com/#WindowsForms/DevExpressXtraGridViewsGridGridOptionsSelection_ShowCheckBoxSelectorInColumnHeadertopic

there is no property as

"ShowCheckBoxSelectorInColumnHeader".

What property use in order to achieve checkbox column header to active ?

Any help will be appreciated.

Thanks.


Solution

  • This property was introduced in DevExpress v13.2 in the context of Web Style Row Selection feature.
    Thus, update your DevExpress to the latest version.