A newer version of this page is available.
Switch to the current version.
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; }
<Browsable(False)>
Public Property ColumnChooserState As IColumnChooserState
Property Value
Type | Description |
---|---|
DevExpress.Xpf.Core.IColumnChooserState | An object implementing the DevExpress.Xpf.Core.IColumnChooserState interface. |
See Also
Feedback