DXSerializer.EnableSubtree Attached Property
Gets or sets whether the DXSerializer should serialize/deserialize properties of the specified control’s children.
Namespace: DevExpress.Xpf.Core.Serialization
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Returns
Type | Description |
---|---|
Boolean | true, to serialize a control’s children; otherwise false. |
See Also