Interface IGridModelProvider
Interface that provides the Grid Model to any class that implements this.
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public interface IGridModelProvider
Methods
SetTableModel(GridDataTableModel)
Declaration
void SetTableModel(GridDataTableModel model)
Parameters
Type | Name | Description |
---|---|---|
GridDataTableModel | model |