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