[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.MultiSelectListBoxBuilder-1.DisplayMemberPath

DisplayMemberPath Method

DisplayMemberPath(string)

Configurates DisplayMemberPath. Sets the name of the property to use as the visual representation of the items.

Declaration
public MultiSelectListBoxBuilder<T> DisplayMemberPath(string value)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
MultiSelectListBoxBuilder<T>

Current builder.