[]
Configurates DisplayMemberPath. Sets the name of the property to use as the visual representation of the items.
public MultiSelectListBoxBuilder<T> DisplayMemberPath(string value)
Type | Name | Description |
---|---|---|
string | value | The value. |
Type | Description |
---|---|
MultiSelectListBoxBuilder<T> | Current builder. |