PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.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
    public bool Defined {get;}
    Remarks
    This property returns true if the Expressions collection is not empty, false otherwise.
    See Also