GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView 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 Boolean
    public bool IsAscending {get; set;}
    See Also