Back to Devexpress

IGridSelectionColumn Properties

blazor-devexpress-dot-blazor-dot-igridselectioncolumn-dot-underscore-properties.md

latest3.8 KB
Original Source

IGridSelectionColumn Properties

An interface that defines a Grid selection column‘s API members (properties and methods).

NameDescription
AllowReorderSpecifies whether users can move this column. Inherited from IGridColumn.
AllowSelectAllSpecifies whether the selection column contains the Select All checkbox.
CaptionSpecifies the column’s caption. Inherited from IGridColumn.
CaptionAlignmentSpecifies the alignment of the column’s Caption. Inherited from IGridColumn.
CellDisplayTemplateSpecifies a template for selection column cells.
FilterRowCellTemplateSpecifies a template for the selection column’s filter row cell.
FixedPositionSpecifies column behavior when a user scrolls the Grid horizontally. Inherited from IGridColumn.
FooterTemplateSpecifies a template used to display the column’s footer cell. Inherited from IGridColumn.
GroupFooterTemplateSpecifies a template for the column’s group footer. Inherited from IGridColumn.
HeaderCaptionTemplateSpecifies a template used to display the column header’s caption. Inherited from IGridColumn.
HeaderTemplateSpecifies a template for the selection column header.
MinWidthSpecifies a column’s minimum width in pixels. Inherited from IGridColumn.
NameSpecifies the column’s unique identifier. Inherited from IGridColumn.
ShowInColumnChooserSpecifies whether a hidden column should be listed in the Column Chooser. Inherited from IGridColumn.
TextAlignmentSpecifies the alignment of text in column cells. Inherited from IGridColumn.
VisibleSpecifies whether a grid column is visible. Inherited from IGridColumn.
VisibleIndexSpecifies a column’s position among other columns. Inherited from IGridColumn.
WidthSpecifies the column’s width. Inherited from IGridColumn.

See Also

IGridSelectionColumn Interface

IGridSelectionColumn Members

DevExpress.Blazor Namespace