menu

WinForms

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

    Show / Hide Table of Contents

    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
    IFindParentForm.FindParentForm()
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved