Class
CardViewDistinctValuesLoadingEventArgs

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 CancelEventArgs.CancelEventArgs.Empty

Properties

CardDataFieldDescriptor

Gets the CardDataFieldDescriptor for which distinct values are being loaded.

Declaration

cs-api-definition
public CardDataFieldDescriptor CardDataFieldDescriptor { get; }

Property Value

CardDataFieldDescriptor

ItemsSource

Gets or sets the distinct values.

Declaration

cs-api-definition
public IEnumerable ItemsSource { get; set; }

Property Value

IEnumerable

The distinct values.