menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IFindParentForm - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved