Class GridListControlImpl
Inheritance
System.Object
GridListControlImpl
Implements
System.Windows.Controls.Primitives.IScrollInfo
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridListControlImpl : GridControlBase, IScrollBarProvider, IScrollInfo, IDisposable, IGridPrintPaginator
Constructors
GridListControlImpl()
Declaration
public GridListControlImpl()
Properties
Model
Declaration
public GridListModel Model { get; set; }
Property Value
Type |
---|
GridListModel |
Methods
OnCurrentCellMoved(GridCurrentCellMovedEventArgs)
Declaration
protected override void OnCurrentCellMoved(GridCurrentCellMovedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridCurrentCellMovedEventArgs | e |
Overrides
UnwireModel()
Declaration
protected override void UnwireModel()
Overrides
WireModel()
Declaration
protected override void WireModel()
Overrides
Implements
System.Windows.Controls.Primitives.IScrollInfo
System.IDisposable