Interface ITableSource
Provides a method to access a Table object.
Namespace: Syncfusion.Grouping
Assembly: Syncfusion.Grouping.Base.dll
Syntax
public interface ITableSource
Methods
GetTable()
Returns a Table.
Declaration
Table GetTable()
Returns
| Type | Description |
|---|---|
| Table | Returns Table value. |