[]
        
(Showing Draft Content)

C1.Web.Mvc.Sheet.Fluent.ValueFilterSettingBuilder.UniqueValues

UniqueValues Method

UniqueValues(params object[])

Sets the UniqueValues property.

Declaration
public ValueFilterSettingBuilder UniqueValues(params object[] value)
Parameters
Type Name Description
object[] value

The value.

Returns
Type Description
ValueFilterSettingBuilder

Current builder.

Remarks

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

UniqueValues(IEnumerable<object>)

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

Declaration
public ValueFilterSettingBuilder UniqueValues(IEnumerable<object> value)
Parameters
Type Name Description
IEnumerable<object> value

The value.

Returns
Type Description
ValueFilterSettingBuilder

Current builder.