Back to Devexpress

ITreeListSelectionColumn Members

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

latest3.7 KB
Original Source

ITreeListSelectionColumn Members

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

Properties

NameDescription
AllowReorderSpecifies whether users can change the column’s position. Inherited from ITreeListColumn.
AllowSelectAllSpecifies whether the selection column contains the Select All checkbox.
CaptionSpecifies the column’s caption. Inherited from ITreeListColumn.
CaptionAlignmentSpecifies the alignment of the column’s Caption. Inherited from ITreeListColumn.
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 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 for the selection column header.
MinWidthSpecifies a column’s minimum width in pixels. Inherited from ITreeListColumn.
NameSpecifies the column’s unique identifier. Inherited from ITreeListColumn.
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

ITreeListSelectionColumn Interface

DevExpress.Blazor Namespace