ClassCardViewSortingEventArgs
Provides details about the Sorting event.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
public class CardViewSortingEventArgs : CancelRoutedEventArgs
Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsCardViewSortingEventArgs
Inherited Members
Constructors
CardViewSortingEventArgs(CardDataFieldDescriptor, SortingState, SortingState)
Initializes a new instance of the CardViewSortingEventArgs class.
Declaration
public CardViewSortingEventArgs(CardDataFieldDescriptor dataFieldDescriptor, SortingState oldSortingState, SortingState newSortingState)
Parameters
dataFieldDescriptor
The associated data field descriptor.
oldSortingState
The old SortingState.
newSortingState
The new SortingState.
Properties
DataFieldDescriptor
Gets the associated data field descriptor.
Declaration
public CardDataFieldDescriptor DataFieldDescriptor { get; }
Property Value
The DataFieldDescriptor.
IsMultipleDataFieldDescriptorSorting
Gets a value indicating whether the current sorting operation is on a multiple data field descriptor or on one.
Declaration
public bool IsMultipleDataFieldDescriptorSorting { get; }
Property Value
true if a multiple data field descriptor sorting is executed; otherwise, false.
NewSortingState
Gets or sets the new sorting state.
Declaration
public SortingState NewSortingState { get; set; }
Property Value
The new direction of sorting.
OldSortingState
Gets the old sorting state.
Declaration
public SortingState OldSortingState { get; }
Property Value
The old direction of sorting.