Skip to main content
All docs
V26.1
  • GridSelectionColumnHeaderTemplateContext Properties

    Stores information about the selection column header and is passed as the context parameter to the DxGridSelectionColumn.HeaderTemplate.
    Name Description
    Grid Returns the Grid object.
    IsVirtualized Returns whether the column is being virtualized.
    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