ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / CubeFieldTagHelper Class / Descending Property

In This Topic
    Descending Property (CubeFieldTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotFieldBase.Descending. 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