Back to Devexpress

DxTreeListCommandColumn Properties

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

latest5.1 KB
Original Source

DxTreeListCommandColumn Properties

A command column.

NameDescription
AllowReorderSpecifies whether users can change the column’s position. Inherited from DxTreeListColumn.
CancelButtonVisibleSpecifies whether the command column displays the Cancel button in EditRow or EditCell edit mode.
CaptionSpecifies the column’s caption. Inherited from DxTreeListColumn.
CaptionAlignmentSpecifies the alignment of the column’s Caption. Inherited from DxTreeListColumn.
CellDisplayTemplateSpecifies a template used to display command column cells in display mode.
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 Delete buttons.
DisplayModeSpecifies whether command buttons display icons, captions, or both.
EditButtonVisibleSpecifies whether the command column displays Edit buttons.
FilterRowCellTemplateSpecifies a template used to display the command column’s filter row cell.
FixedPositionAllows you to anchor the column to the TreeList’s left or right edge. Inherited from DxTreeListColumn.
FooterTemplateSpecifies a template used to display the column’s footer cell. Inherited from DxTreeListColumn.
HeaderCaptionTemplateSpecifies a template used to display the column header’s caption. Inherited from DxTreeListColumn.
HeaderTemplateSpecifies a template used to display the command column header.
MinWidthSpecifies a column’s minimum width in pixels. Inherited from DxTreeListColumn.
NameSpecifies the column’s unique identifier. Inherited from DxTreeListColumn.
NewButtonVisibleSpecifies whether the command column displays New buttons.
SaveButtonVisibleSpecifies whether the command column displays the Save button in EditRow or EditCell edit mode.
ShowInColumnChooserSpecifies whether a hidden column should be listed in the column chooser. Inherited from DxTreeListColumn.
TextAlignmentSpecifies the alignment of text in column cells. Inherited from DxTreeListColumn.
VisibleSpecifies whether the column is visible. Inherited from DxTreeListColumn.
VisibleIndexSpecifies a column’s position among other columns. Inherited from DxTreeListColumn.
WidthSpecifies column width in CSS units. Inherited from DxTreeListColumn.

See Also

DxTreeListCommandColumn Class

DxTreeListCommandColumn Members

DevExpress.Blazor Namespace