Skip to main content

ColumnBase.ShowInColumnChooser Property

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

[XtraSerializableProperty]
public bool ShowInColumnChooser { get; set; }

Property Value

Type Description
Boolean

true, to display the column’s header within the Column Chooser; otherwise, false.

See Also