ClassGridViewDistinctValuesLoadingEventArgs
Class
Contains data needed to handle DistinctValuesLoading event.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public class GridViewDistinctValuesLoadingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsGridViewDistinctValuesLoadingEventArgs
Inherited Members
Properties
Column
Gets the column for which distinct values are being loaded.
ItemsSource
Gets or sets the distinct values.
Declaration
cs-api-definition
public IEnumerable ItemsSource { get; set; }
Property Value
The distinct values.