menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IGridWindowlessSite - API Reference

    Show / Hide Table of Contents

    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.

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