Skip to main content
Tag

ColumnBase.ShowInColumnChooser Property

Gets or sets whether the column's header is displayed within the Column Chooser when the column is hidden. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

Declaration

[XtraSerializableProperty]
public bool ShowInColumnChooser { get; set; }
<XtraSerializableProperty>
Public Property ShowInColumnChooser As Boolean

Property Value

Type Description
Boolean

true to display the column's header within the Column Chooser when the column is hidden; otherwise, false.

See Also