Skip to main content
All docs
V23.2

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

Returns

Type Description
Boolean

true, to serialize a control’s children; otherwise false.

See Also