[]
        
(Showing Draft Content)

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

The value.

Returns
Type Description
ListBoxBuilder<T>

Current builder.