New to Telerik UI for WPFStart a free 30-day trial

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

Constructors

Initializes a new instance of the DistinctValuesLoadingEventArgs class.

C#
public DistinctValuesLoadingEventArgs(int columnIndex)
Parameters:columnIndexint

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; }