Class
GridViewDataLoadingEventArgs

Contains data needed to handle DataLoading event.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class GridViewDataLoadingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsGridViewDataLoadingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

GridViewDataLoadingEventArgs()

Declaration

cs-api-definition
public GridViewDataLoadingEventArgs()

Properties

ItemsSource

Gets or sets current ItemsSource.

Declaration

cs-api-definition
public object ItemsSource { get; set; }

Property Value

object

The ItemsSource.