Class GridTableListControlModel
Implements the Data or model part of the list control used in dropdown container. Used internally.
Implements
System.Runtime.Serialization.ISerializable
System.IDisposable
System.Runtime.Serialization.IDeserializationCallback
Inherited Members
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public class GridTableListControlModel : GridListControlModel, IGridVolatileDataContainer, IOperationFeedbackProvider, ICreateControl, IGridModelSource, ISerializable, IDisposable, IDeserializationCallback, ITableProvider
Constructors
GridTableListControlModel()
Initializes a new instance of the GridTableListControlModel class.
Declaration
public GridTableListControlModel()
Methods
GetTable()
Gets the table associated with the GridGroupTypedListRecordsCollection class. Used internally.
Declaration
public Table GetTable()
Returns
Type | Description |
---|---|
Table | The table values in grouped type records collection. |
Implements
System.Runtime.Serialization.ISerializable
System.IDisposable
System.Runtime.Serialization.IDeserializationCallback