Interface IGridSelectionController
Defines methods that must be implemented when handling selection in a SfDataGrid control.
Namespace: Syncfusion.SfDataGrid.XForms
Assembly: Syncfusion.SfDataGrid.XForms.dll
Syntax
public interface IGridSelectionController : IDisposable
Properties
DataGrid
Gets the reference to the DataGrid control.
Declaration
SfDataGrid DataGrid { get; }
Property Value
Type |
---|
SfDataGrid |