ITreeListBandColumn Interface
A band column that joins regular DxTreeList columns into a group with a common header.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public interface ITreeListBandColumn :
ITreeListColumn,
IGridColumnsOwner
Remarks
Refer to the DxTreeListBandColumn class description for more information and an example.
See Also