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
 
<DefaultValueAttribute(True)>
Public Property SortValues As Boolean
 
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