Back to Devexpress

ITreeListCommandColumn Properties

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

latest5.1 KB
Original Source

ITreeListCommandColumn Properties

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

NameDescription
AllowReorderSpecifies whether users can change the column’s position. Inherited from ITreeListColumn.
CancelButtonVisibleSpecifies whether the command column displays the Cancel button in EditRow or EditCell edit mode.
CaptionSpecifies the column’s caption. Inherited from ITreeListColumn.
CaptionAlignmentSpecifies the alignment of the column’s Caption. Inherited from ITreeListColumn.
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 ITreeListColumn.
FooterTemplateSpecifies a template used to display the column’s footer cell. Inherited from ITreeListColumn.
HeaderCaptionTemplateSpecifies a template used to display the column header’s caption. Inherited from ITreeListColumn.
HeaderTemplateSpecifies a template used to display the command column header.
MinWidthSpecifies a column’s minimum width in pixels. Inherited from ITreeListColumn.
NameSpecifies the column’s unique identifier. Inherited from ITreeListColumn.
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 ITreeListColumn.
TextAlignmentSpecifies the alignment of text in column cells. Inherited from ITreeListColumn.
VisibleSpecifies whether the column is visible. Inherited from ITreeListColumn.
VisibleIndexSpecifies a column’s position among other columns. Inherited from ITreeListColumn.
WidthSpecifies the column’s width. Inherited from ITreeListColumn.

See Also

ITreeListCommandColumn Interface

ITreeListCommandColumn Members

DevExpress.Blazor Namespace