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