[]
        
(Showing Draft Content)

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

CheckedMemberPath Method

CheckedMemberPath(string)

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

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

The value.

Returns
Type Description
MultiSelectBuilder<T>

Current builder.