Class DataBindingCompleteEventArgs
Encapsulates the information associated with the DataBindingComplete event.
Inheritance
System.Object
DataBindingCompleteEventArgs
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.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
|