[]
        
(Showing Draft Content)

C1.Web.Mvc.Tab

Tab Class

Represents a tab within a TabPanel control.

Inheritance
Tab
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class Tab
Remarks

Tabs have two elements: a header and a pane. The header displays the tab title and the pane represents the tab content.

Constructors

Name Description
Tab()

Creates one Tab instance.

Properties

Name Description
Header

Gets or sets the selector string to determine tab's header element.

IsDisabled

Gets or sets a value that determines whether this Tab is disabled.

IsVisible

Gets or sets a value that determines whether this Tab is visible.

Pane

Gets or sets the selector string to determine tab's content element.