Class GridDropDownEditPartControl
Implements the text box that is displayed in the user input field for a combo box.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class GridDropDownEditPartControl : GridTextBoxControl, IGridTextBoxControl, ISupportsPopupControlContainer
Constructors
GridDropDownEditPartControl(GridTextBoxCellRenderer)
Initializes a new instance of the GridDropDownEditPartControl class and associates it with an instance of the GridTextBoxCellRenderer class.
Declaration
public GridDropDownEditPartControl(GridTextBoxCellRenderer parent)
Parameters
Type | Name | Description |
---|---|---|
GridTextBoxCellRenderer | parent | The parent for this text box part. |