Class GridControl
GridControl provides a simplified way to use a grid control and model in one place. It inherits the features from GridControlBase.
Inheritance
System.Object
GridControl
Implements
System.Windows.Controls.Primitives.IScrollInfo
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridControl : GridControlBase, IScrollBarProvider, IScrollInfo, IDisposable, IGridPrintPaginator
Constructors
GridControl()
Initializes a new GridControl.
Declaration
public GridControl()
Methods
Dispose(Boolean)
Declaration
public override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Overrides
Implements
System.Windows.Controls.Primitives.IScrollInfo
System.IDisposable