TreeNodeBinding.TargetField Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the name of the field from the data source to bind to the Target property of a TreeNode object to which the TreeNodeBinding object is applied.
public:
property System::String ^ TargetField { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.TypeConverter("System.Web.UI.Design.DataSourceViewSchemaConverter, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public string TargetField { get; set; }
[System.ComponentModel.TypeConverter("System.Web.UI.Design.DataSourceViewSchemaConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public string TargetField { get; set; }
[<System.ComponentModel.TypeConverter("System.Web.UI.Design.DataSourceViewSchemaConverter, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>]
member this.TargetField : string with get, set
[<System.ComponentModel.TypeConverter("System.Web.UI.Design.DataSourceViewSchemaConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>]
member this.TargetField : string with get, set
Public Property TargetField As String
The name of the field to bind to the Target property of a TreeNode object to which the TreeNodeBinding object is applied. The default is an empty string (""), which indicates that the TargetField property is not set.
- Attributes
When the TreeView control is bound to a data source, use the TargetField property to specify the field name to bind to the Target property of a TreeNode object. The Target property is used to specify the window or frame in which to display the Web content that is linked to a node when that node is clicked.
This binding relationship affects all TreeNode objects to which the TreeNodeBinding object is applied.
Napomena
You can selectively override the TargetField property by setting the Target property of each node directly.
Instead of using the TargetField property to bind the Target property of a TreeNode object to a field, you can set Target property to a fixed value by setting the Target property.
Napomena
If the data source contains multiple fields, you must first set the Depth or DataMember property, or both properties in order to bind to the appropriate field.
The value of this property is stored in view state.
Proizvod | Verzije |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Povratne informacije o proizvodu .NET
.NET je projekt otvorenog koda. Odaberite vezu za slanje povratnih informacija: