Class DataBindingCompleteEventArgs
Encapsulates the information associated with the DataBindingComplete event.
Inheritance
System.Object
DataBindingCompleteEventArgs
Namespace: Telerik.XamarinForms.DataGrid
Assembly: Telerik.XamarinForms.DataGrid.dll
Syntax
public class DataBindingCompleteEventArgs : EventArgs
Properties
DataView
Gets the IDataViewCollection implementation that allows for traversing and/or manipulating the already computed data view.
Declaration
public IDataViewCollection DataView { get; }
Property Value
IDataViewCollection
|