DXSerializer Fields
Allows the DevExpress WPF Controls to save/restore their layout.Name | Description |
---|---|
AllowPropertyEvent static | Identifies the AllowProperty routed event. |
BeforeLoadLayoutEvent static | Identifies the BeforeLoadLayout routed event. |
CreateCollectionItemEvent static | Allows you to create an instance of an item and restore its settings when a collection is deserialized. |
CustomGetSerializableChildrenEvent static | Identifies the CustomGetSerializableChildren routed event. |
CustomGetSerializablePropertiesEvent static | Identifies the CustomGetSerializableProperties routed event. |
DeserializePropertyEvent static | Identifies the DeserializeProperty routed event. |
EnabledProperty static | Identifies the Enabled attached property. |
EnableSubtreeProperty static | Identifies the EnableSubtree attached property. |
LayoutUpgradeEvent static | Identifies the LayoutUpgrade routed event. |
LayoutVersionProperty static | Identifies the LayoutVersion attached property. |
SerializationIDProperty static | Identifies the SerializationID attached property. |
StoreLayoutModeProperty static | Identifies the StoreLayoutMode attached property. |
See Also