Share via


GridItemsProviderResult<TGridItem>.Items Property

Definition

The items being supplied.

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)

Property Value

ICollection<TGridItem>

Applies to