Back to Devexpress

DxTreeListBandColumn Members

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

latest6.2 KB
Original Source

DxTreeListBandColumn Members

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

Constructors

NameDescription
DxTreeListBandColumn()Initializes a new instance of the DxTreeListBandColumn class.

Properties

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

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

Events

NameDescription
VisibleChangedFires when column visibility changes. Inherited from DxTreeListColumn.
VisibleIndexChangedFires when the column’s visible index changes. Inherited from DxTreeListColumn.
WidthChangedFires when column width changes. Inherited from DxTreeListColumn.

See Also

DxTreeListBandColumn Class

DevExpress.Blazor Namespace