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

DataViewBase.ColumnChooserState Property

Gets or sets the Column Band Chooser‘s state. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

[Browsable(false)]
public IColumnChooserState ColumnChooserState { get; set; }

Property Value

Type Description
DevExpress.Xpf.Core.IColumnChooserState

An object implementing the DevExpress.Xpf.Core.IColumnChooserState interface.

See Also