New to Telerik UI for .NET MAUIStart a free 30-day trial

Encapsulates the information associated with the DataBindingComplete event.

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class DataBindingCompleteEventArgs : EventArgs

Inheritance: objectEventArgsDataBindingCompleteEventArgs

Inherited Members EventArgs.Empty

Properties

Gets or sets the flags that describe the change in the data.

C#
public DataChangeFlags ChangeFlags { get; }

Gets the IDataViewCollection implementation that allows for traversing and/or manipulating the already computed data view.

C#
public IDataViewCollection DataView { get; }
In this article
DefinitionPropertiesChangeFlagsDataView
Not finding the help you need?
Contact Support