Gets the Sorting object that determines how data retrieved by the current data binding is sorted.

Namespace:  C1.C1Preview.DataBinding
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public Sorting Sorting { get; }
Visual Basic
Public ReadOnly Property Sorting As Sorting
	Get

See Also