Interface IGridDataSource
Namespace: Telerik.Windows.Rendering
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public interface IGridDataSource
Methods
GetVisibleDataInRows(Int32, Int32)
Declaration
IEnumerable<IEnumerable> GetVisibleDataInRows(int visibleColumnsStart, int visibleRowsStart)
Parameters
System.Int32
visibleColumnsStart
|
System.Int32
visibleRowsStart
|
Returns
System.Collections.Generic.IEnumerable<System.Collections.IEnumerable>
|