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