DataViewBase.ColumnChooserState Property
In This Article
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. |
An object implementing the DevExpress. |
See Also