Skip to main content
All docs
V24.1

TreeListElementType Enum

Lists values that define a TreeList element’s type.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public enum TreeListElementType

Members

Name Description
DataRow

A data row.

DataCell

A data column cell.

SelectionCell

A selection column cell.

FilterRow

The filter row.

FilterCell

A filter row’s edit cell.

FilterSelectionCell

A filter row’s selection column cell.

HeaderRow

A row that contains TreeList column headers.

HeaderCell

A data column header cell.

HeaderSelectionCell

A selection column‘s header cell.

FooterRow

The footer.

FooterCell

A band‘s footer cell.

FooterSelectionCell

The selection column’s footer cell.

ColumnChooserItem

A column chooser item.

PagerContainer

A container that stores the TreeList pager.

ToolbarContainer

A container that stores the TreeList toolbar.

EmptyDataArea

An empty data area.

EmptyBandCell

A band‘s empty data cell.

HeaderBandCell

A band‘s header cell.

FooterBandCell

A footer cell.

Related API Members

The following properties accept/return TreeListElementType values:

See Also