[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ControlBuilder-2.TabOrder

TabOrder Method

TabOrder(int)

Configurates TabOrder. Sets a value of the tabindex attribute associated with the control.

Declaration
public TBuilder TabOrder(int value)
Public Function TabOrder(value As Integer) As TBuilder
Parameters
Type Name Description
int value

The value.

Returns
Type Description
TBuilder

Current builder.