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

In This Topic
    SortValues Property (ValueFilterSetting)
    In This Topic
    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