[]
Configurates CheckedIndexes. Sets a list containing the indexes of checked items.
public MultiSelectBuilder<T> CheckedIndexes(IList<int> value)
Type | Name | Description |
---|---|---|
IList<int> | value | The value. |
Type | Description |
---|---|
MultiSelectBuilder<T> | Current builder. |
Sets the CheckedIndexes property.
public MultiSelectBuilder<T> CheckedIndexes(params int[] value)
Type | Name | Description |
---|---|---|
int[] | value | The value |
Type | Description |
---|---|
MultiSelectBuilder<T> | Current builder |
Gets or sets an array containing the indexes that are currently checked.