[]
Configurates CheckedValues. Sets a list containing the item-values that are currently checked.
public MultiSelectBuilder<T> CheckedValues(IEnumerable<object> value)
| Type | Name | Description |
|---|---|---|
| IEnumerable<object> | value | The value. |
| Type | Description |
|---|---|
| MultiSelectBuilder<T> | Current builder. |
Sets the CheckedValues property.
public MultiSelectBuilder<T> CheckedValues(params object[] value)
| Type | Name | Description |
|---|---|---|
| object[] | value | The value |
| Type | Description |
|---|---|
| MultiSelectBuilder<T> | Current builder |
Gets or sets a list containing the values that are currently checked.