New to Telerik ReportingStart a free 30-day trial

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
[TypeConverter("Telerik.Reporting.Design.SortingCollectionConverter, Telerik.Reporting.Design, Version=20.1.26.707, Culture=neutral, PublicKeyToken=a9d7983dfcc261be")]
public sealed class SortingCollection : Collection<Sorting>

Inheritance: objectCollection<Sorting>SortingCollection

Constructors

C#
public SortingCollection()

Methods

TODO: Add documentation.

C#
public void Add(string expression, SortDirection dir)
Parameters:expressionstringdirSortDirection

TODO: Add documentation.

C#
public void AddRange(IEnumerable<Sorting> items)
Parameters:itemsIEnumerable<Sorting>

TODO: Add documentation.

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

bool

Overrides: object.Equals(object)

TODO: Add documentation.

C#
public bool Equals(SortingCollection other)
Parameters:otherSortingCollectionReturns:

bool

TODO: Add documentation.

C#
public override int GetHashCode()
Returns:

int

Overrides: object.GetHashCode()

TODO: Add documentation.

C#
protected override void InsertItem(int index, Sorting item)
Parameters:indexintitemSorting

Overrides: Collection<Sorting>.InsertItem(int, Sorting)

TODO: Add documentation.

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()