[]
        
(Showing Draft Content)

C1.Web.Mvc.ValueFilter

ValueFilter Class

Defines a value filter for a column.

Inheritance
ValueFilter
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class ValueFilter

Properties

Name Description
DataMap

Gets the DataMap used to convert raw values into display values of ValueFilter.

ExclusiveValueSearch

Gets or sets a value that determines whether the filter should include only values selected by the @see:ValueFilter.filterText property.

FilterText

Gets or sets a string to filter the list of display values.

MaxValues

Gets or sets the maximum number of elements on the list of display values.

ShowValues

Gets a collection with all the formatted values that should be shown.

SortValues

Gets or sets a value that determines whether the values should be sorted when displayed in the editor.

UniqueValues

Gets or sets an array containing the unique values to be displayed on the list.