Back to Devexpress

ITreeListDataColumn Properties

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

latest6.9 KB
Original Source

ITreeListDataColumn Properties

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

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

ITreeListDataColumn Interface

ITreeListDataColumn Members

DevExpress.Blazor Namespace