[]
        
(Showing Draft Content)

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

CheckedMemberPath Method

CheckedMemberPath(string)

Configurates CheckedMemberPath. Sets the name of the property used to control checkboxes placed next to each item.

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

The value.

Returns
Type Description
MultiSelectListBoxBuilder<T>

Current builder.