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