[]
Configurates CheckedMemberPath. Sets the name of the property used to control the checkboxes placed next to each item.
public MultiSelectBuilder<T> CheckedMemberPath(string value)
Type | Name | Description |
---|---|---|
string | value | The value. |
Type | Description |
---|---|
MultiSelectBuilder<T> | Current builder. |