| C1.Win.TreeView Namespace > C1TreeView Class : KeyField Property |
'Declaration<DefaultValueAttribute()> <C1CategoryAttribute("Data")> <C1DescriptionAttribute("Gets or sets a value specifying the key field of the data source bound to the tree view control.")> Public Property KeyField As String
'UsageDim instance As C1TreeView Dim value As String instance.KeyField = value value = instance.KeyField
[DefaultValue()] [C1Category("Data")] [C1Description("Gets or sets a value specifying the key field of the data source bound to the tree view control.")] public string KeyField {get; set;}
[DefaultValue()] [C1Category("Data")] [C1Description("Gets or sets a value specifying the key field of the data source bound to the tree view control.")] public: property String^ KeyField { 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