GridItemsProviderResult<TGridItem>.Items 属性

定义

提供的项。

public System.Collections.Generic.ICollection<TGridItem> Items { get; init; }
member this.Items : System.Collections.Generic.ICollection<'GridItem> with get, set
Public Property Items As ICollection(Of TGridItem)

属性值

ICollection<TGridItem>

适用于