Back to Devexpress

IGridCommandColumn Members

blazor-devexpress-dot-blazor-dot-igridcommandcolumn-dot-underscore-members.md

latest4.9 KB
Original Source

IGridCommandColumn Members

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

Properties

NameDescription
AllowReorderSpecifies whether users can move this column. Inherited from IGridColumn.
CancelButtonVisibleSpecifies whether the command column displays the Cancel button in EditRow edit mode.
CaptionSpecifies the column’s caption. Inherited from IGridColumn.
CaptionAlignmentSpecifies the alignment of the column’s Caption. Inherited from IGridColumn.
CellDisplayTemplateSpecifies a template used to display command column cells.
CellEditTemplateSpecifies a template used to display the command column’s edit cell.
ClearFilterButtonVisibleSpecifies whether the command column displays the Clear button.
DeleteButtonVisibleSpecifies whether the command column displays the Delete buttons.
DisplayModeSpecifies whether command buttons display icons, captions, or both.
EditButtonVisibleSpecifies whether the command column displays the Edit buttons.
FilterRowCellTemplateSpecifies a template used to display the 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 used to display the command column header.
MinWidthSpecifies a column’s minimum width in pixels. Inherited from IGridColumn.
NameSpecifies the column’s unique identifier. Inherited from IGridColumn.
NewButtonVisibleSpecifies whether the command column displays the New button.
SaveButtonVisibleSpecifies whether the command column displays the Save button in EditRow edit mode.
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

IGridCommandColumn Interface

DevExpress.Blazor Namespace