Class GridSubComponent
A base class for objects that are associated with the instance of GridControlBase class.
Inheritance
System.Object
GridSubComponent
Implements
System.IDisposable
Inherited Members
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