Interface IGrid
An interface for a view that holds a collection of items that can be enumerated, such as a grid
Namespace: LemonEdge.Client.Core.Commands.ViewCommands
Assembly: ClientCore.dll
Syntax
public interface IGrid
Properties
GridItems
The collection of items contained within this view
Declaration
IEnumerable GridItems { get; }
Property Value
Type | Description |
---|---|
System.Collections.IEnumerable |