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
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; }
The distinct values.