Back to Devexpress

ITreeListBandColumn Members

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

latest3.0 KB
Original Source

ITreeListBandColumn Members

A band column that joins regular DxTreeList columns into a group with a common header.

Properties

NameDescription
AllowReorderSpecifies whether users can change the column’s position. Inherited from ITreeListColumn.
CaptionSpecifies the column’s caption. Inherited from ITreeListColumn.
CaptionAlignmentSpecifies the alignment of the column’s Caption. Inherited from ITreeListColumn.
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.
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

ITreeListBandColumn Interface

DevExpress.Blazor Namespace