[]
        
(Showing Draft Content)

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

ListBoxBuilder Constructor

ListBoxBuilder(ListBox<T>)

Creates one ListBoxBuilder<T> instance to configurate component.

Declaration
public ListBoxBuilder(ListBox<T> component)
Parameters
Type Name Description
ListBox<T> component

The ListBox<T> object to be configurated.