Gets or sets the ID of the C1MultiPage control to associate with this tabstrip.

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

Syntax

C#
[LayoutAttribute(LayoutType.Misc)]
[TypeConverterAttribute("C1.Web.UI.Design.C1MultiPageIDTypeConverter, C1.Web.UI.Design.2")]
[DefaultValueAttribute("")]
[DescriptionAttribute("Gets or sets the ID of the C1MultiPage control to associate with this tabstrip.")]
[JsonAttribute(true, true, "")]
public string MultiPageID { get; set; }
Visual Basic (Declaration)
<LayoutAttribute(LayoutType.Misc)> _
<TypeConverterAttribute("C1.Web.UI.Design.C1MultiPageIDTypeConverter, C1.Web.UI.Design.2")> _
<DefaultValueAttribute("")> _
<DescriptionAttribute("Gets or sets the ID of the C1MultiPage control to associate with this tabstrip.")> _
<JsonAttribute(True, True, "")> _
Public Property MultiPageID As String
	Get
	Set

Remarks