[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ListBoxBuilder-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 ListBoxBuilder<T> DisplayMemberPath(string value)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
ListBoxBuilder<T>

Current builder.