[]
Defines a builder to configurate Tab.
public class TabBuilder : BaseBuilder<Tab, TabBuilder>
Name | Description |
---|---|
TabBuilder(Tab) | Creates one TabBuilder instance to configurate |
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. |