Class CardViewDistinctValuesLoadingEventArgs
Contains data needed to handle DistinctValuesLoading event.
Inheritance
System.Object
CardViewDistinctValuesLoadingEventArgs
Namespace: Telerik.Windows.Controls.Data.CardView
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class CardViewDistinctValuesLoadingEventArgs : CancelEventArgs
Properties
CardDataFieldDescriptor
Gets the CardDataFieldDescriptor for which distinct values are being loaded.
Declaration
public CardDataFieldDescriptor CardDataFieldDescriptor { get; }
Property Value
CardDataFieldDescriptor
|
ItemsSource
Gets or sets the distinct values.
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
System.Collections.IEnumerable
The distinct values. |