wpf-devexpress-dot-xpf-dot-core-c311c9c8.md
Contains classes that the DevExpress WPF Controls use to save/restore their layouts.
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
| Name | Description |
|---|---|
| AllowPropertyEventArgs | Provides the AllowProperty event with data. |
| BeforeLoadLayoutEventArgs | Provides the BeforeLoadLayout attached event with data. |
| CustomGetSerializableChildrenEventArgs | Provides the CustomGetSerializableChildren attached event with data. |
| CustomGetSerializablePropertiesEventArgs | Provides CustomGetSerializableProperties attached event with data. |
| DXOptionsLayout | |
| DXSerializer static | Allows the DevExpress WPF Controls to save/restore their layout. |
| Name | Description |
|---|---|
| AllowPropertyEventHandler | A method that handles the AllowProperty event. |
| BeforeLoadLayoutEventHandler | A method that handles the BeforeLoadLayout event. |
| CustomGetSerializableChildrenEventHandler | A method that handles the CustomGetSerializableChildren event. |
| CustomGetSerializablePropertiesEventHandler | A method that handles the CustomGetSerializableProperties event. |
| LayoutUpgradeEventHandler |
| Name | Description |
|---|---|
| AcceptNestedObjects | Lists values that specify the objects that the DXSerializer should serialize/deserialize. |
| StoreLayoutMode | Lists the values that specify properties that the DXSerializer class should save/restore. |