[]
        
(Showing Draft Content)

C1.Web.Mvc.Sheet.Fluent.ValueFilterSettingBuilder

ValueFilterSettingBuilder Class

Defines a builder to configurate ValueFilterSetting.

Inheritance
HideObjectMembers
ValueFilterSettingBuilder
Namespace: C1.Web.Mvc.Sheet.Fluent
Assembly: C1.Web.Mvc.FlexSheet.dll
Syntax
public class ValueFilterSettingBuilder : BaseBuilder<ValueFilterSetting, ValueFilterSettingBuilder>

Constructors

Name Description
ValueFilterSettingBuilder(ValueFilterSetting)

Creates one ValueFilterSettingBuilder instance to configurate obj.

Methods

Name Description
DataMap(Action<DataMapBuilder>)

Configurates DataMap. The DataMap used to convert raw values into display values shown when editing this filter.

ExclusiveValueSearch(bool)

Configurates ExclusiveValueSearch. Sets a value that determines whether the filter should include only values selected by the @see:filterText property.

MaxValues(int?)

Configurates MaxValues. The maximum number of elements on the list of display values.

SortValues(bool?)

Configurates SortValues. A value that determines whether the values should be sorted.

UniqueValues(IEnumerable<object>)

Configurates UniqueValues. An array containing the unique values to be displayed on the list.

UniqueValues(params object[])

Sets the UniqueValues property.