Gets or sets the name of the master id field in hierachical databinding.

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

Syntax

C#
[CategoryAttribute("Data")]
[LayoutAttribute(LayoutType.Misc)]
[DefaultValueAttribute("")]
[DescriptionAttribute("Gets or sets the name of the master id field in hierachical databinding.")]
public virtual string MasterID { get; set; }
Visual Basic (Declaration)
<CategoryAttribute("Data")> _
<LayoutAttribute(LayoutType.Misc)> _
<DefaultValueAttribute("")> _
<DescriptionAttribute("Gets or sets the name of the master id field in hierachical databinding.")> _
Public Overridable Property MasterID As String
	Get
	Set

Remarks