GridItemsProviderResult<TGridItem>.Items Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>