C# 클래스 Telerik.Web.Mvc.UI.Fluent.DropDownItemBuilder

Defines the fluent interface for configuring child DropDonwList items.
상속: IHideObjectMembers
파일 보기 프로젝트 열기: juanplopes/simple-telerik 1 사용 예제들

공개 메소드들

메소드 설명
DropDownItemBuilder ( DropDownItem item ) : System.Web.Mvc

Initializes a new instance of the DropDownItemBuilder class.

Selected ( bool value ) : DropDownItemBuilder

Define when the item will be expanded on intial render.

Text ( string value ) : DropDownItemBuilder

Sets the value for the item.

Value ( string value ) : DropDownItemBuilder

Sets the value for the item.

메소드 상세

DropDownItemBuilder() 공개 메소드

Initializes a new instance of the DropDownItemBuilder class.
public DropDownItemBuilder ( DropDownItem item ) : System.Web.Mvc
item DropDownItem The item.
리턴 System.Web.Mvc

Selected() 공개 메소드

Define when the item will be expanded on intial render.
public Selected ( bool value ) : DropDownItemBuilder
value bool If true the item will be selected.
리턴 DropDownItemBuilder

Text() 공개 메소드

Sets the value for the item.
public Text ( string value ) : DropDownItemBuilder
value string The value.
리턴 DropDownItemBuilder

Value() 공개 메소드

Sets the value for the item.
public Value ( string value ) : DropDownItemBuilder
value string The value.
리턴 DropDownItemBuilder