Interface IFindParentForm
Provides a FindParentForm method that returns the parent form. Use this interface instead of Control.FindForm when you want to support nested windowless grid as used in GridGroupingControl. See also FindForm(Control) of the FindFormHelper class.
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public interface IFindParentForm
Methods
FindParentForm()
Returns the parent form of the control. Use this instead of Control.FindForm when you want to support nested windowless grid as used in GridGroupingControl. See also FindForm(Control) of the FindFormHelper class.
Declaration
Form FindParentForm()
Returns
Type | Description |
---|---|
System.Windows.Forms.Form | The parent form. |