DXLayoutBase.Children Property
In This Article
Gets the collection of the DXStackLayout‘s child elements.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
#Declaration
C#
public ObservableCollection<VisualElement> Children { get; }
#Property Value
Type | Description |
---|---|
Observable |
The DXStack |
See Also