C# Class FluentWebControls.Extensions.CheckBoxListDataExtensions

ファイルを表示 Open project: mvbalaw/FluentWebControls

Public Methods

Method Description
WithClass ( this checkBoxListData, string cssClass ) : CheckBoxListData
WithTabIndex ( this checkBoxListData, string tabIndex ) : CheckBoxListData

Method Details

WithClass() public static method

public static WithClass ( this checkBoxListData, string cssClass ) : CheckBoxListData
checkBoxListData this
cssClass string
return CheckBoxListData

WithTabIndex() public static method

public static WithTabIndex ( this checkBoxListData, string tabIndex ) : CheckBoxListData
checkBoxListData this
tabIndex string
return CheckBoxListData