IColumnChooser.ApplyState(IColumnChooserState) Method
When implemented, reads the specified state (size, position, etc.) and applies it to the Column Chooser (deserialization).
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
state | DevExpress.Xpf.Core.IColumnChooserState | The state. |
See Also