Interface IGridSelector
An interface implemented by grids to allow rows to be selected, and to allow the system to automatically specify which rows should be selected
Inherited Members
System.IDisposable.Dispose()
Namespace: LemonEdge.Client.Core.Commands.ViewCommands
Assembly: ClientCore.dll
Syntax
public interface IGridSelector : IGridSelectionMode, IHasToggleStatus, IDisposable, IItemSelector
Methods
SelectItems(IEnumerable)
Informs the grid that the specified data should have their corrosponding rows selected within the grid view itself
Declaration
void SelectItems(IEnumerable items)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.IEnumerable | items | All the items to be selected by the grid |