C# Class Telerik.Web.Mvc.UI.Fluent.DropDownItemFactory

Creates items for the DropDownItem.
Inheritance: IHideObjectMembers
Show file Open project: juanplopes/simple-telerik Class Usage Examples

Public Methods

Method Description
Add ( ) : DropDownItemBuilder

Defines a item.

DropDownItemFactory ( IList container ) : System.Collections.Generic

Initializes a new instance of the DropDownItemFactory class.

Method Details

Add() public method

Defines a item.
public Add ( ) : DropDownItemBuilder
return DropDownItemBuilder

DropDownItemFactory() public method

Initializes a new instance of the DropDownItemFactory class.
public DropDownItemFactory ( IList container ) : System.Collections.Generic
container IList
return System.Collections.Generic