New to Telerik ReportingStart a free 30-day trial

Sorting

Class

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
[TypeConverter(typeof(SortingConverter))]
public sealed class Sorting

Inheritance: objectSorting

Constructors

TODO: Add documentation.

C#
public Sorting()

TODO: Add documentation.

C#
public Sorting(string expression, SortDirection direction)
Parameters:expressionstringdirectionSortDirection

TODO: Add documentation.

C#
public Sorting(string expression)
Parameters:expressionstring

Properties

TODO: Add documentation.

C#
public SortDirection Direction { get; set; }

TODO: Add documentation.

C#
[AIAssistantRequired]
public string Expression { get; set; }

TODO: Add documentation.

C#
public bool IsEmpty { get; }

Methods

TODO: Add documentation.

C#
public override bool Equals(object obj)
Parameters:objobjectReturns:

bool

Overrides: object.Equals(object)

TODO: Add documentation.

C#
public bool Equals(Sorting other)
Parameters:otherSortingReturns:

bool

TODO: Add documentation.

C#
public override int GetHashCode()
Returns:

int

Overrides: object.GetHashCode()

TODO: Add documentation.

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()

Events

PropertyChanged

PropertyChangedEventHandler

TODO: Add documentation.

C#
public event PropertyChangedEventHandler PropertyChanged