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