Skip to main content
All docs
V24.1

CustomGetSerializableChildrenEventArgs.Children Property

Namespace: DevExpress.Xpf.Core.Serialization

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public IList<DependencyObject> Children { get; }

Property Value

Type
IList<DependencyObject>
See Also