ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / BaseGroup Class / IsAscending Property

In This Topic
    IsAscending Property (BaseGroup)
    In This Topic
    Gets or sets a value indicating whether this sort order is ascending.
    Syntax
    'Declaration
     
    Public Property IsAscending As System.Boolean
    public System.bool IsAscending {get; set;}
    See Also