SortingAction
Class
Represents a processed interactive action that has toggled sorting of one or more data items and groups.
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class SortingAction : ProcessingIdentifierAction, IAction, IAction
Inheritance: objectActionBaseProcessingIdentifierActionSortingAction
Implements:
Inherited Members
Properties
SortingExpression
string
Gets an expression that defines the action sorting.
C#
public string SortingExpression { get; }
Gets the currently applied SortingOrder from the action.
C#
public SortingOrder SortingOrder { get; }
Methods
Equals(object)
bool
Internal use only
C#
public override bool Equals(object obj)
bool
Overrides:
Internal use only
C#
public override int GetHashCode()
int
Overrides: