GridControl.VisibleColumns Property
Gets the collection of visible columns.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
Declaration
Property Value
Type | Description |
---|---|
IReadOnlyList<GridColumn> | A list of columns visible in the grid. |
Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.
The VisibleColumns list contains columns whose GridColumn.IsVisible property is set to true and the GridColumn.IsGrouped property is set to false. All columns of the grid are accessed using the GridControl.Columns property.
See Also