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

In This Topic
    SortValues Property (ValueFilter)
    In This Topic
    Gets or 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