ColumnBase.Visible Property
Gets or sets whether the column is displayed within a grid. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to display the column within a grid; otherwise, false. |
Remarks
To hide the column, set its Visible property to false. To show a hidden column, set its Visible property to true. To show it at a specified position among visible columns, use its ColumnBase.VisibleIndex property.
See Also