Class GridTableDropDownListControlPart
Represents class that implements the dropdown list control. Used internally.
Inheritance
System.Object
GridTableDropDownListControlPart
Inherited Members
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public class GridTableDropDownListControlPart : GridDropDownGridListControlPart, IThemedControl, ISupportInitialize, IThemeProvider, IVisualStyle
Constructors
GridTableDropDownListControlPart()
Declaration
public GridTableDropDownListControlPart()
Methods
CreateGridChild()
Overrides and creates an instance of the GridTableListControlChild class.
Declaration
protected override GridListControlChild CreateGridChild()
Returns
Type | Description |
---|---|
GridListControlChild | An instance of the GridTableListControlChild class. |
Overrides
Implements
System.ComponentModel.ISupportInitialize