C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.DataBinding Namespace / Sorting Class / Defined Property

In This Topic
Defined Property (Sorting)
In This Topic
Gets a value indicating whether any sort expressions are defined on the current object.
Syntax
'Declaration
 
Public ReadOnly Property Defined As Boolean
 
Remarks
This property returns true if the Expressions collection is not empty, false otherwise.
See Also