Back to Devexpress

ITreeListColumn Members

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

latest2.0 KB
Original Source

ITreeListColumn Members

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

Properties

NameDescription
AllowReorderSpecifies whether users can change the column’s position.
CaptionSpecifies the column’s caption.
CaptionAlignmentSpecifies the alignment of the column’s Caption.
FixedPositionAllows you to anchor the column to the TreeList’s left or right edge.
FooterTemplateSpecifies a template used to display the column’s footer cell.
HeaderCaptionTemplateSpecifies a template used to display the column header’s caption.
MinWidthSpecifies a column’s minimum width in pixels.
NameSpecifies the column’s unique identifier.
ShowInColumnChooserSpecifies whether a hidden column should be listed in the column chooser.
TextAlignmentSpecifies the alignment of text in column cells.
VisibleSpecifies whether the column is visible.
VisibleIndexSpecifies a column’s position among other columns.
WidthSpecifies the column’s width.

See Also

ITreeListColumn Interface

DevExpress.Blazor Namespace