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.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(true)]
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