Represents event arguments for the DistinctValuesLoading event args.
Definition
Namespace:Telerik.Windows.Controls.VirtualGrid
Assembly:Telerik.Windows.Controls.VirtualGrid.dll
Syntax:
C#
public class DistinctValuesLoadingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsDistinctValuesLoadingEventArgs
Inherited Members
Constructors
Initializes a new instance of the DistinctValuesLoadingEventArgs class.
Properties
Gets the index for the column for which distinct values are being loaded.
C#
public int ColumnIndex { get; set; }
Gets or sets the distinct values.
C#
public IEnumerable ItemsSource { get; set; }