Back to Devexpress

CustomGetSerializableChildrenEventArgs.Children Property

wpf-devexpress-dot-xpf-dot-core-dot-serialization-dot-customgetserializablechildreneventargs.md

latest1.3 KB
Original Source

CustomGetSerializableChildrenEventArgs.Children Property

Namespace : DevExpress.Xpf.Core.Serialization

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public IList<DependencyObject> Children { get; }
vb
Public ReadOnly Property Children As IList(Of DependencyObject)

Property Value

Type
IList<DependencyObject>

See Also

CustomGetSerializableChildrenEventArgs Class

CustomGetSerializableChildrenEventArgs Members

DevExpress.Xpf.Core.Serialization Namespace