| C1.Win.TreeView Namespace > C1TreeView Class : ParentKeyField Property |
'Declaration<C1CategoryAttribute("Data")> <DefaultValueAttribute()> <C1DescriptionAttribute("Gets or sets a value representing the data source field identifying the parent record in this data source.")> Public Property ParentKeyField As String
'UsageDim instance As C1TreeView Dim value As String instance.ParentKeyField = value value = instance.ParentKeyField
[C1Category("Data")] [DefaultValue()] [C1Description("Gets or sets a value representing the data source field identifying the parent record in this data source.")] public string ParentKeyField {get; set;}
[C1Category("Data")] [DefaultValue()] [C1Description("Gets or sets a value representing the data source field identifying the parent record in this data source.")] public: property String^ ParentKeyField { String^ get(); void set ( String^ value); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2