ClassCardViewDistinctValuesLoadingEventArgs
Class
Contains data needed to handle DistinctValuesLoading event.
Definition
Namespace:Telerik.Windows.Controls.Data.CardView
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
cs-api-definition
public class CardViewDistinctValuesLoadingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsCardViewDistinctValuesLoadingEventArgs
Inherited Members
Properties
CardDataFieldDescriptor
Gets the CardDataFieldDescriptor for which distinct values are being loaded.
Declaration
cs-api-definition
public CardDataFieldDescriptor CardDataFieldDescriptor { get; }
Property Value
ItemsSource
Gets or sets the distinct values.
Declaration
cs-api-definition
public IEnumerable ItemsSource { get; set; }
Property Value
The distinct values.