Back to Devexpress

DxStackLayout.Items Property

blazor-devexpress-dot-blazor-dot-dxstacklayout.md

latest1.3 KB
Original Source

DxStackLayout.Items Property

Specifies the stack layout’s item collection.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[Parameter]
public RenderFragment Items { get; set; }

Property Value

TypeDescription
RenderFragment

A collection of items (UI fragment) that is rendered in the stack layout’s markup.

|

Remarks

Use the Items property to define a collection of items in the DxStackLayout component.

Run Demo

YouTube video

See Also

DxStackLayout Class

DxStackLayout Members

DevExpress.Blazor Namespace