Skip to main content
All docs
V25.1
  • 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.v25.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    Returns

    Type Description
    Boolean

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

    See Also