Interface IGridWindowlessObject
Provides support for using the grid control as a windowless control. Such windowless controls are used inside GridGroupingControl for nested tables. A windowless control has no window handle. It only forwards paint and other window operations to the parent control. The parent control will forward mouse and keyboard messages to the windowless control.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public interface IGridWindowlessObject : IFindParentForm
Properties
IsWindowless
Gets or sets a value indicating whether the control is used in windowless mode.
Declaration
bool IsWindowless { get; set; }
Property Value
Type |
---|
System.Boolean |
ParentSite
Gets or sets the parent control that implements IGridWindowlessSite.
Declaration
IGridWindowlessSite ParentSite { get; set; }
Property Value
Type |
---|
IGridWindowlessSite |