Configurates
C1.Web.Mvc.MultiSelect<T>.CheckedMemberPath. Sets the name of the property used to control the checkboxes placed next to each item.
Syntax
'Declaration
Public Function CheckedMemberPath( _
ByVal As String _
) As MultiSelectBuilder(Of T)
public MultiSelectBuilder<T> CheckedMemberPath(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also