New to Telerik UI for WPFStart a free 30-day trial

Contains data needed to handle DataLoading event.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class GridViewDataLoadingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsGridViewDataLoadingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

C#
public GridViewDataLoadingEventArgs()

Properties

Gets or sets current ItemsSource.

C#
public object ItemsSource { get; set; }
Property Value:

The ItemsSource.