Skip to main content
All docs
V24.1

ITreeList.GetVisibleColumns() Method

Returns a collection of visible columns sorted based on their display order.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

IReadOnlyList<ITreeListColumn> GetVisibleColumns()

Returns

Type Description
IReadOnlyList<ITreeListColumn>

The column collection.

Remarks

Refer to the GetVisibleColumns() method description for more information and an example.

See Also