Back to Devexpress

DxTreeListDataColumn Members

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

latest10.4 KB
Original Source

DxTreeListDataColumn Members

DxTreeList data column.

Constructors

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

Properties

NameDescription
AllowReorderSpecifies whether users can change the column’s position. Inherited from DxTreeListColumn.
AllowSortSpecifies whether users can sort data by the current column.
CaptionSpecifies the column’s caption. Inherited from DxTreeListColumn.
CaptionAlignmentSpecifies the alignment of the column’s Caption. Inherited from DxTreeListColumn.
CellDisplayTemplateSpecifies a template used to display column cells.
CellEditTemplateAllows you to replace an automatically generated editor with custom content in the column’s edit cell.
DataRowEditorVisibleSpecifies whether to render the editor associated with this column in the column edit cell, edit form, or pop-up edit form.
DisplayFormatSpecifies the format of column and summary values calculated for this column.
EditSettingsAllows you to customize the editor associated with this column.
ExportEnabledSpecifies whether the TreeList can export the column.
ExportWidthSpecifies the column’s export width in pixels.
FieldNameSpecifies the data field that supplies column values.
FilterBuilderFieldDisplayModeSpecifies whether the built-in filter builder displays a field for this column.
FilterMenuButtonDisplayModeSpecifies when the column displays the filter menu button.
FilterMenuTemplateSpecifies a template used to display the column’s filter menu.
FilterModeSpecifies whether TreeList data is filtered by value or display text.
FilterRowCellTemplateAllows you to replace default content with custom content in the column’s filter row cell.
FilterRowEditorVisibleSpecifies whether the column’s filter row cell displays the automatically generated editor.
FilterRowOperatorTypeSpecifies the initial operator type used to create a filter condition based on the filter row value.
FilterRowValueSpecifies the initial value in the column’s filter row editor.
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.
ReadOnlySpecifies whether a user can change the column editor value when the TreeList is in edit mode.
SearchEnabledSpecifies whether the TreeList can search text in cells of the current column.
ShowInColumnChooserSpecifies whether a hidden column should be listed in the column chooser. Inherited from DxTreeListColumn.
SortIndexSpecifies the column’s index among sorted columns. If the property is set to -1, TreeList data is not sorted by this column.
SortModeSpecifies whether the TreeList sorts column data by values or uses custom sort logic.
SortOrderSpecifies the column’s sort order (ascending or descending).
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
FilterRowOperatorTypeChangedFires when the column’s operator type changes.
FilterRowValueChangedFires when the value in the column’s filter row editor changes.
SortIndexChangedFires when the column’s sort index changes.
SortOrderChangedFires when the column’s sort order changes.
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

DxTreeListDataColumn Class

DevExpress.Blazor Namespace