Class GridSubComponent
A base class for objects that are associated with a GridControlBase
Inheritance
System.Object
GridSubComponent
Implements
System.IDisposable
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridSubComponent : NonFinalizeDisposable, IDisposable
Constructors
GridSubComponent(GridControlBase)
Initializes a GridSubComponent 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