Back to Devexpress

DxGridSelectionColumn Properties

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

latest3.8 KB
Original Source

DxGridSelectionColumn Properties

A selection column.

NameDescription
AllowReorderSpecifies whether users can change this column’s position. Inherited from DxGridColumn.
AllowSelectAllSpecifies whether the selection column contains the Select All checkbox.
CaptionSpecifies the column caption. Inherited from DxGridColumn.
CaptionAlignmentSpecifies the alignment of the column’s Caption. Inherited from DxGridColumn.
CellDisplayTemplateSpecifies a template for selection column cells.
FilterRowCellTemplateSpecifies a template for the selection column’s filter row cell.
FixedPositionAllows you to anchor the column to the Grid’s left or right edge. Inherited from DxGridColumn.
FooterTemplateSpecifies a template used to display the column’s footer cell. Inherited from DxGridColumn.
GroupFooterTemplateSpecifies a template for the column’s group footer cell. Inherited from DxGridColumn.
HeaderCaptionTemplateSpecifies a template used to display the column header’s caption. Inherited from DxGridColumn.
HeaderTemplateSpecifies a template for the selection column header.
MinWidthSpecifies a column’s minimum width in pixels. Inherited from DxGridColumn.
NameSpecifies the column’s unique identifier. Inherited from DxGridColumn.
ShowInColumnChooserSpecifies whether a hidden column should be listed in the column chooser. Inherited from DxGridColumn.
TextAlignmentSpecifies the alignment of text in column cells. Inherited from DxGridColumn.
VisibleSpecifies whether the grid column is visible. Inherited from DxGridColumn.
VisibleIndexSpecifies a column’s position among other columns. Inherited from DxGridColumn.
WidthSpecifies column width in CSS units. Inherited from DxGridColumn.

See Also

DxGridSelectionColumn Class

DxGridSelectionColumn Members

DevExpress.Blazor Namespace