Click or drag to resize
KaxTabPageViewID Property
Gets or sets the ID of the KaxPageView in a KaxMultiPage that will be switched when the tab is selected.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string PageViewID { get; set; }

Property Value

Type: String
The ID of the KaxPageView that will be activated when the tab is selected. The default value is empty string.
Remarks
This property overrides the default relation between the page views within a KaxMultiPage and the tabs in a KaxTabControl. By default a tab activates the page view with the same index.
See Also