StoreLayoutMode Enum
Lists the values that specify properties that the DXSerializer class should save/restore.
Namespace: DevExpress.Xpf.Core.Serialization
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Members
Name | Description |
---|---|
All
|
Serialization: All properties that you mark with the Deserialization: All properties marked with the |
UI
|
Serialization: only those UI properties that you mark with the Deserialization: only properties related to the UI. To serialize additional properties marked with the |
None
|
Serialization: Only properties that you mark with a special attribute (GridControl: Deserizalition: All properties will be ignored during deserialization. |