Class CellEmbeddedGrid
Implements a grid control that can be embedded in a grid cell. It is typically used with GridInCellRenderer.
Inheritance
System.Object
CellEmbeddedGrid
Implements
System.IDisposable
System.ComponentModel.ISupportInitialize
Inherited Members
Namespace: Syncfusion.GridHelperClasses
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
public class CellEmbeddedGrid : GridControl, IDisposable, ICancelModeProvider, ISplitterPaneSupport, IScrollBarWrapperContainer, ISupportUpdating, ISupportIntelliMouse, IQueryFocusInside, INonClientPaintingSupport, IThemedControl, ICreateNewWindow, IGridModelSource, IGridWindowlessSite, IGridWindowlessObject, IFindParentForm, IThemeProvider, ISupportInitialize, IVisualStyle
Constructors
CellEmbeddedGrid(GridControl)
Initializes a new instance of the CellEmbeddedGrid class.
Declaration
public CellEmbeddedGrid(GridControl parent)
Parameters
Type | Name | Description |
---|---|---|
GridControl | parent | The grid control. |
Methods
OnKeyDown(KeyEventArgs)
Is Triggered when the key in pressed in Keyboard.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.KeyEventArgs | e | The System.Windows.Forms.KeyEventArgs that contains the event data. |
Overrides
Implements
System.IDisposable
System.ComponentModel.ISupportInitialize