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

In This Topic
    SortValues Property (ValueFilterTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ValueFilter.SortValues. Sets a value that determines whether the values should be sorted when displayed in the editor.
    Syntax
    'Declaration
     
    Public Property SortValues As Boolean
    public bool SortValues {get; set;}
    Remarks
    This property is especially useful when you are using the UniqueValues to provide a custom list of values property and you would like to preserve the order of the values.
    See Also