ColumnBase.ShowInColumnChooser Property
In This Article
Gets or sets whether the column’s header is displayed within the Column Chooser. This is a dependency property.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, to display the column’s header within the Column Chooser; otherwise, false. |
See Also