ClassSortingAction
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:
cs-api-definition
public class SortingAction : ProcessingIdentifierAction, IAction, IAction
Inheritance: objectActionBaseProcessingIdentifierActionSortingAction
Implements:
Inherited Members
Properties
SortingExpression
Gets an expression that defines the action sorting.
Declaration
cs-api-definition
public string SortingExpression { get; }
Property Value
string
SortingOrder
Gets the currently applied SortingOrder from the action.
Methods
Equals(object)
Internal use only
Declaration
cs-api-definition
public override bool Equals(object obj)
Parameters
obj
object
Returns
bool
Overrides
GetHashCode()
Internal use only
Declaration
cs-api-definition
public override int GetHashCode()
Returns
int
Overrides