ClassDistinctValuesLoadingEventArgs
Class
Represents event arguments for the DistinctValuesLoading event args.
Definition
Namespace:Telerik.Windows.Controls.VirtualGrid
Assembly:Telerik.Windows.Controls.VirtualGrid.dll
Syntax:
cs-api-definition
public class DistinctValuesLoadingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsDistinctValuesLoadingEventArgs
Inherited Members
Constructors
DistinctValuesLoadingEventArgs(int)
Initializes a new instance of the DistinctValuesLoadingEventArgs class.
Declaration
cs-api-definition
public DistinctValuesLoadingEventArgs(int columnIndex)
Parameters
columnIndex
Properties
ColumnIndex
Gets the index for 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