Class DropDownGridCellRenderer
Implements a cell renderer for DropDownGrid cell.
Inheritance
System.Object
DropDownGridCellRenderer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.GridHelperClasses
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
public class DropDownGridCellRenderer : GridDropDownGridCellRenderer, IQueryFocusInside, IGridDropDownCell, IPopupParent, IPopupItem, IDisposable
Constructors
DropDownGridCellRenderer(GridControlBase, GridCellModelBase)
Initializes a new instance of the DropDownGridCellRenderer class.
Declaration
public DropDownGridCellRenderer(GridControlBase grid, GridCellModelBase cellModel)
Parameters
Type | Name | Description |
---|---|---|
GridControlBase | grid | The grid control. |
GridCellModelBase | cellModel | The cell model. |
Methods
CreateInnerControl(out GridControlBase)
Creates an inner control to the grid.
Declaration
protected override Control CreateInnerControl(out GridControlBase grid)
Parameters
Type | Name | Description |
---|---|---|
GridControlBase | grid | The GridControlBase. |
Returns
Type | Description |
---|---|
System.Windows.Forms.Control | The GridControl. |
Overrides
InitializeDropDownContainer()
Overridden to set the dialog key.
Declaration
protected override void InitializeDropDownContainer()
Overrides
OnInitialize(Int32, Int32)
Overridden to initialize the dropdown grid.
Declaration
protected override void OnInitialize(int rowIndex, int colIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | rowIndex | Row index of the cell. |
System.Int32 | colIndex | Col index of the cell. |
Overrides
Implements
System.IDisposable