Interface IGridWindowlessSite
Provides support for hosting a windowless grid control. Such windowless controls are used inside GridGroupingControl for nested tables.
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public interface IGridWindowlessSite
Methods
GetVisibleBounds()
Returns the visible bounds of the parent control.
Declaration
Rectangle GetVisibleBounds()
Returns
Type | Description |
---|---|
System.Drawing.Rectangle | A rectangle with coordinates of the parent control. |
GetWindow()
Returns the actual parent that has a window handle.
Declaration
Control GetWindow()
Returns
Type | Description |
---|---|
System.Windows.Forms.Control | A parent control with window handle. |