ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Olap Namespace / PivotFieldBase Class / Descending Property

In This Topic
    Descending Property (PivotFieldBase)
    In This Topic
    Gets or sets a value that determines whether keys should be sorted in descending order for this field.
    Syntax
    'Declaration
     
    
    Public Property Descending As Boolean
    public bool Descending {get; set;}
    See Also