Class DataBindingCompleteEventArgs
Encapsulates the information associated with the Data
Inheritance
System.Object
DataBindingCompleteEventArgs
Namespace: Telerik.XamarinForms.DataGrid
Assembly: Telerik.XamarinForms.DataGrid.dll
Syntax
public class DataBindingCompleteEventArgs : EventArgs
Properties
DataView
Gets the IData
Declaration
public IDataViewCollection DataView { get; }