Skip to main content
All docs
V25.1
  • CustomGetSerializableChildrenEventArgs.Children Property

    Namespace: DevExpress.Xpf.Core.Serialization

    Assembly: DevExpress.Xpf.Core.v25.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public IList<DependencyObject> Children { get; }

    Property Value

    Type
    IList<DependencyObject>
    See Also