Back to Devexpress

DxStackLayout Properties

blazor-devexpress-dot-blazor-dot-dxstacklayout-dot-underscore-properties.md

latest1.4 KB
Original Source

DxStackLayout Properties

A container that stacks its items horizontally or vertically.

NameDescription
AttributesSpecifies a collection of standard HTML attributes applied to the Stack Layout.
CssClassAssigns a CSS class to the component. Inherited from DxComponent.
IdSpecifies the component’s unique identifier. Inherited from DxComponent.
ItemContainerCssClassAssigns a CSS class to the component’s inner container with items.
ItemsSpecifies the stack layout’s item collection.
ItemSpacingSpecifies the distance between the stack layout’s items.
OrientationSpecifies how the stack layout’s items are arranged: vertically (in a column) or horizontally (in a row).

See Also

DxStackLayout Class

DxStackLayout Members

DevExpress.Blazor Namespace