Back to Devexpress

DxTreeListDataColumn Properties

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

latest6.9 KB
Original Source

DxTreeListDataColumn Properties

DxTreeList data column.

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.

See Also

DxTreeListDataColumn Class

DxTreeListDataColumn Members

DevExpress.Blazor Namespace