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