Class
DataBindingCompleteEventArgs

Encapsulates the information associated with the DataBindingComplete event.

Definition

Namespace:Telerik.UI.Xaml.Controls.Grid

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class DataBindingCompleteEventArgs : EventArgs

Inheritance: objectEventArgsDataBindingCompleteEventArgs

Inherited Members EventArgs.Empty

Properties

ChangeFlags

Gets the flags that describe the change in the data.

Declaration

cs-api-definition
public DataChangeFlags ChangeFlags { get; }

Property Value

DataChangeFlags

DataView

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

Declaration

cs-api-definition
public IDataView DataView { get; }

Property Value

IDataView

In this article
DefinitionPropertiesChangeFlagsDataView
Not finding the help you need?
Contact Support