ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet.TagHelpers Namespace / ValueFilterSettingTagHelper Class / SortValues Property

In This Topic
    SortValues Property (ValueFilterSettingTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Sheet.ValueFilterSetting.SortValues. A value that determines whether the values should be sorted.
    Syntax
    'Declaration
     
    Public Property SortValues As Nullable(Of Boolean)
    public Nullable<bool> SortValues {get; set;}
    Remarks
    The default value is true.
    See Also