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

Inheritance: IHideObjectMembers
Mostrar archivo Open project: juanplopes/simple-telerik Class Usage Examples

Public Methods

Method Description
Add ( string text, string value ) : EditorDropDownItemBuilder
EditorDropDownItemBuilder ( IList items ) : System.Collections.Generic

Method Details

Add() public method

public Add ( string text, string value ) : EditorDropDownItemBuilder
text string
value string
return EditorDropDownItemBuilder

EditorDropDownItemBuilder() public method

public EditorDropDownItemBuilder ( IList items ) : System.Collections.Generic
items IList
return System.Collections.Generic