Class DistinctValuesLoadingEventArgs
Represents event arguments for the DistinctValuesLoading event args.
Inheritance
System.Object
DistinctValuesLoadingEventArgs
Namespace: Telerik.Windows.Controls.VirtualGrid
Assembly: Telerik.Windows.Controls.VirtualGrid.dll
Syntax
public class DistinctValuesLoadingEventArgs : CancelEventArgs
Constructors
DistinctValuesLoadingEventArgs(Int32)
Initializes a new instance of the DistinctValuesLoadingEventArgs class.
Declaration
public DistinctValuesLoadingEventArgs(int columnIndex)
Parameters
System.Int32
columnIndex
|
Properties
ColumnIndex
Gets the index for the column for which distinct values are being loaded.
Declaration
public int ColumnIndex { get; set; }
Property Value
System.Int32
|
ItemsSource
Gets or sets the distinct values.
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
System.Collections.IEnumerable
|