Gets or sets the ID of the PageView in a C1MultiPage that will be switched when this Tab is pressed.

Namespace:  C1.Web.UI.Controls.C1TabStrip
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[CategoryAttribute("MultiPage")]
[LayoutAttribute(LayoutType.Behavior)]
[JsonAttribute(true, true, "")]
[DefaultValueAttribute("")]
[DescriptionAttribute("Gets or sets the ID of the PageView in a C1MultiPage that will be switched when this Tab is pressed.")]
public string PageViewID { get; set; }
Visual Basic (Declaration)
<CategoryAttribute("MultiPage")> _
<LayoutAttribute(LayoutType.Behavior)> _
<JsonAttribute(True, True, "")> _
<DefaultValueAttribute("")> _
<DescriptionAttribute("Gets or sets the ID of the PageView in a C1MultiPage that will be switched when this Tab is pressed.")> _
Public Property PageViewID As String
	Get
	Set

Remarks