Class SortingAction
Represents a processed interactive action that has toggled sorting of one or more data items and groups.
Inherited Members
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public class SortingAction : ProcessingIdentifierAction, IStateAction<SortingActionKey>, IAdornerAction, IAction, IAction
Properties
SortingExpression
Gets an expression that defines the action sorting.
Declaration
public string SortingExpression { get; }
Property Value
System.String
|
SortingOrder
Gets the currently applied SortingOrder from the action.
Declaration
public SortingOrder SortingOrder { get; }
Property Value
SortingOrder
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|