ClassDataBindingCompleteEventArgs
Class
Encapsulates the information associated with the DataBindingComplete event.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class DataBindingCompleteEventArgs : EventArgs
Inheritance: objectEventArgsDataBindingCompleteEventArgs
Inherited Members
Properties
DataView
Gets the IDataViewCollection implementation that allows for traversing and/or manipulating the already computed data view.
Declaration
cs-api-definition
public IDataViewCollection DataView { get; }
Property Value