Class
DistinctValuesLoadingEventArgs

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 CancelEventArgs.CancelEventArgs.Empty

Constructors

DistinctValuesLoadingEventArgs(int)

Initializes a new instance of the DistinctValuesLoadingEventArgs class.

Declaration

cs-api-definition
public DistinctValuesLoadingEventArgs(int columnIndex)

Parameters

columnIndex

int

Properties

ColumnIndex

Gets the index for the column for which distinct values are being loaded.

Declaration

cs-api-definition
public int ColumnIndex { get; set; }

Property Value

int

ItemsSource

Gets or sets the distinct values.

Declaration

cs-api-definition
public IEnumerable ItemsSource { get; set; }

Property Value

IEnumerable