Interface IBaseGrid
A common set of functionality that is not type specific that the IBaseGrid<T> view implements in order to be accessibly without knowing the generic type the grid works with
Inherited Members
Namespace: LemonEdge.Client.Core.Views.Core
Assembly: ClientCore.dll
Syntax
public interface IBaseGrid : IModelView, IItemSelector
Methods
GetVisibleColumnIndexes()
Returns a list of all visible columns in the grid view
Declaration
IEnumerable<short> GetVisibleColumnIndexes()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Int16> | A list of all visible columns in the grid view |