Skip to main content

DataViewBase.ColumnChooserState Property

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

Namespace: DevExpress.Xpf.Grid

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

#Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[Browsable(false)]
[GridUIProperty]
[CloneDetailMode(CloneDetailMode.Skip)]
public IColumnChooserState ColumnChooserState { get; set; }

#Property Value

Type Description
DevExpress.Xpf.Core.IColumnChooserState

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

See Also