IModelColumns.GetVisibleColumns() Method
Returns the visible columns of the current List View.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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