ComponentOne ASP.NET MVC Controls
SortValues Property (ValueFilter)

C1.Web.Mvc Namespace > ValueFilter Class : SortValues Property
Gets or sets a value that determines whether the values should be sorted when displayed in the editor.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Property SortValues As Boolean
[DefaultValue(true)]
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

Reference

ValueFilter Class
ValueFilter Members