[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.TabBuilder

TabBuilder Class

Defines a builder to configurate Tab.

Inheritance
HideObjectMembers
TabBuilder
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public class TabBuilder : BaseBuilder<Tab, TabBuilder>
Public Class TabBuilder
    Inherits BaseBuilder(Of Tab, TabBuilder)

Constructors

Name Description
TabBuilder(Tab)

Creates one TabBuilder instance to configurate obj.

Methods

Name Description
Header(string)

Configurates Header. Sets the selector string to determine tab's header element.

IsDisabled(bool)

Configurates IsDisabled. Sets a value that determines whether this Tab is disabled.

IsVisible(bool)

Configurates IsVisible. Sets a value that determines whether this Tab is visible.

Pane(string)

Configurates Pane. Sets the selector string to determine tab's content element.