ColumnBase.ShowInColumnChooser Property
In This Article
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
#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