Class GridViewDataLoadingEventArgs
Contains data needed to handle DataLoading event.
Inheritance
System.Object
GridViewDataLoadingEventArgs
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewDataLoadingEventArgs : CancelEventArgs
Constructors
GridViewDataLoadingEventArgs()
Declaration
public GridViewDataLoadingEventArgs()
Properties
ItemsSource
Gets or sets current ItemsSource.
Declaration
public object ItemsSource { get; set; }
Property Value
System.Object
The ItemsSource. |