Class Sorting
Inheritance
System.Object
Sorting
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public sealed class Sorting : INotifyPropertyChanged
Constructors
Sorting()
Declaration
public Sorting()
Sorting(String)
Declaration
public Sorting(string expression)
Parameters
System.String
expression
|
Sorting(String, SortDirection)
Declaration
public Sorting(string expression, SortDirection direction)
Parameters
System.String
expression
|
SortDirection
direction
|
Properties
Direction
Expression
Declaration
public string Expression { get; set; }
Property Value
System.String
|
IsEmpty
Declaration
public bool IsEmpty { get; }
Property Value
System.Boolean
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
System.Object.Equals(System.Object)
Equals(Sorting)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.Object.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|