Class GridTableListControlChild
Defines a class that provides a System.Windows.Forms.ListControl with the specified list-control model. Used internally.
Inheritance
System.Object
GridTableListControlChild
Implements
System.IDisposable
System.ComponentModel.ISupportInitialize
Inherited Members
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public class GridTableListControlChild : GridListControlChild, IDisposable, ICancelModeProvider, ISplitterPaneSupport, IScrollBarWrapperContainer, ISupportUpdating, ISupportIntelliMouse, IQueryFocusInside, INonClientPaintingSupport, IThemedControl, ICreateNewWindow, IGridModelSource, IGridWindowlessSite, IGridWindowlessObject, IFindParentForm, IThemeProvider, ISupportInitialize, IVisualStyle, ITableProvider
Constructors
GridTableListControlChild(GridListControl)
Initializes a new instance of the GridTableListControlChild class. Used internally.
Declaration
public GridTableListControlChild(GridListControl listControl)
Parameters
Type | Name | Description |
---|---|---|
GridListControl | listControl |
Methods
GetTable()
Gets the table values associated with the GridTableListControlModel class. Used internally.
Declaration
public Table GetTable()
Returns
Type | Description |
---|---|
Table | The Grouping table. |
Implements
System.IDisposable
System.ComponentModel.ISupportInitialize