Skip to main content
A newer version of this page is available. .

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.v22.1.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