KaxTabPageViewID Property |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public string PageViewID { get; set; }
Public Property PageViewID As String
Get
Set
public:
property String^ PageViewID {
String^ get ();
void set (String^ value);
}
member PageViewID : string with 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