ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 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 System.Boolean
    public System.bool Defined {get;}
    Remarks
    This property returns true if the Expressions collection is not empty, false otherwise.
    See Also