[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ListBoxBuilder-1.ItemRole

ItemRole Method

ItemRole(string)

Configurates ItemRole. Sets the value of the "role" attribute added to the list items.

Declaration
public ListBoxBuilder<T> ItemRole(string value)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
ListBoxBuilder<T>

Current builder.

Remarks

The default value for this property is "option".