Gets a value indicating whether any sort expressions are defined on the current object.

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

Syntax

C#
public bool Defined { get; }
Visual Basic
Public ReadOnly Property Defined As Boolean
	Get

Remarks

This property returns true if the Expressions collection is not empty, false otherwise.

See Also