Back to Devexpress

ITreeListColumn Properties

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

latest2.1 KB
Original Source

ITreeListColumn Properties

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

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

ITreeListColumn Members

DevExpress.Blazor Namespace