DXStackLayout Class
In This Article
A layout that positions child elements in a single line vertically or horizontally.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
#Declaration
C#
public class DXStackLayout :
DXLayoutBase
#Remarks
For more information, refer to the following help topic: DevExpress Layouts for .NET MAUI.
#Implements
Show 15 items
Microsoft.Maui.Controls.ITabStopElement
Microsoft.Maui.IFrameworkElement
#Inheritance
Show 11 items
System.Object
BindableObject
Element
NavigableElement
VisualElement
View
DevExpress.Maui.Core.Internal.DXViewElement
DevExpress.Maui.Core.Internal.DXViewBaseCore
DXViewBase
DXLayoutBase
DXStackLayout
See Also