ComponentOne ASP.NET MVC Controls
SortValues Method (ValueFilterBuilder)

C1.Web.Mvc.Fluent Namespace > ValueFilterBuilder Class : SortValues Method
The value.
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 Function SortValues( _
   ByVal value As Boolean _
) As ValueFilterBuilder
public ValueFilterBuilder SortValues( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
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

ValueFilterBuilder Class
ValueFilterBuilder Members