Gets or sets the name of the parent id field in hierachical databinding.
Namespace:
C1.Web.UI.Controls.C1TabStripAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[CategoryAttribute("Data")] [LayoutAttribute(LayoutType.Misc)] [DescriptionAttribute("Gets or sets the name of the parent id field in hierachical databinding.")] [DefaultValueAttribute("")] public virtual string ParentID { get; set; } |
| Visual Basic (Declaration) |
|---|
<CategoryAttribute("Data")> _ <LayoutAttribute(LayoutType.Misc)> _ <DescriptionAttribute("Gets or sets the name of the parent id field in hierachical databinding.")> _ <DefaultValueAttribute("")> _ Public Overridable Property ParentID As String Get Set |