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

Contains data needed to handle DistinctValuesLoading event.

Definition

Namespace:Telerik.Windows.Controls.Data.CardView

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

C#
public class CardViewDistinctValuesLoadingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsCardViewDistinctValuesLoadingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Properties

Gets the CardDataFieldDescriptor for which distinct values are being loaded.

C#
public CardDataFieldDescriptor CardDataFieldDescriptor { get; }

Gets or sets the distinct values.

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

The distinct values.