GridSelectionColumnHeaderTemplateContext Properties
Stores information about the selection column header and is passed as thecontext
parameter to the DxGridSelectionColumn.HeaderTemplate.
Name | Description |
---|---|
Grid | Returns the Grid object. |
SelectAllEnabled | Returns whether the select all operation is available. |
Selected | Specifies whether rows on the current page are selected. |
SelectionColumn | Returns the selection column to which the header belongs. |
See Also