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

Contains data needed to handle DistinctValuesLoading event.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class GridViewDistinctValuesLoadingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsGridViewDistinctValuesLoadingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Properties

Gets the column for which distinct values are being loaded.

C#
public GridViewColumn Column { get; }

Gets or sets the distinct values.

C#
public IEnumerable ItemsSource { get; set; }
Property Value:

The distinct values.

In this article
DefinitionPropertiesColumnItemsSource
Not finding the help you need?
Contact Support