menu

WinForms

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

    Show / Hide Table of Contents

    Class GridSubComponent

    A base class for objects that are associated with the instance of GridControlBase class.

    Inheritance
    System.Object
    NonFinalizeDisposable
    GridSubComponent
    GridCellRendererCollection
    GridCurrentCell
    GridDataBoundGridTextDataObjectConsumer
    GridDataDataObjectConsumer
    GridFindReplaceDialogSink
    GridMouseController
    GridOleDropTarget
    GridPaintExcelLikeSelection
    GridPaintSelectCells
    GridTextDataObjectConsumer
    GridViewLayout
    Implements
    System.IDisposable
    Inherited Members
    NonFinalizeDisposable.Dispose()
    NonFinalizeDisposable.Dispose(Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public class GridSubComponent : NonFinalizeDisposable, IDisposable

    Constructors

    GridSubComponent(GridControlBase)

    Initializes a new instance of the GridSubComponent class and associates it with a grid.

    Declaration
    protected GridSubComponent(GridControlBase grid)
    Parameters
    Type Name Description
    GridControlBase grid

    The grid control this object is associated with.

    Properties

    Grid

    Gets the grid control this object is associated with.

    Declaration
    public GridControlBase Grid { get; }
    Property Value
    Type
    GridControlBase

    Implements

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