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