ClassCardViewSortedEventArgs
Class
Contains information on performed sort operation.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
cs-api-definition
public class CardViewSortedEventArgs : RoutedEventArgs
Inheritance: objectCardViewSortedEventArgs
Constructors
CardViewSortedEventArgs(CardDataFieldDescriptor)
Initializes a new instance of the CardViewSortedEventArgs class.
Declaration
cs-api-definition
public CardViewSortedEventArgs(CardDataFieldDescriptor descriptor)
Parameters
descriptor
The data field descriptor that triggered the Sorted event.
Properties
DataFieldDescriptor
Gets or sets the data field descriptor.
Declaration
cs-api-definition
public CardDataFieldDescriptor DataFieldDescriptor { get; }
Property Value
The data field descriptor the user sorted by.