Class GridViewDistinctValuesLoadingEventArgs
Contains data needed to handle DistinctValuesLoading event.
Inheritance
System.Object
GridViewDistinctValuesLoadingEventArgs
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewDistinctValuesLoadingEventArgs : CancelEventArgs
Properties
Column
Gets the column for which distinct values are being loaded.
Declaration
public GridViewColumn Column { get; }
Property Value
GridViewColumn
|
ItemsSource
Gets or sets the distinct values.
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
System.Collections.IEnumerable
The distinct values. |