Skip to main content
.NET 6.0+

IModelColumns.GetVisibleColumns() Method

Returns the visible columns of the current List View.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

IList<IModelColumn> GetVisibleColumns()

Returns

Type Description
IList<IModelColumn>

An IList<IModelColumn> object representing a collection of Column nodes which correspond to the current List View’s visible columns.

See Also