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.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’s header within the Column Chooser; otherwise, false. |
See Also