ComponentOne TreeView for WinForms
DisplayFieldName Property

C1.Win.TreeView Namespace > C1TreeColumn Class : DisplayFieldName Property
Gets or sets the list of fields to be displayed in the column depending on the level of the node.
Syntax
'Declaration
 
<C1CategoryAttribute("データ")>
<C1DescriptionAttribute("ノードのレベルに基づいて列に表示されるフィールドのリストを取得または設定します。")>
<DefaultValueAttribute()>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.TreeView.Design.DisplayFieldNameEditor, C1.Win.TreeView.4.Design")>
Public Property DisplayFieldName As String
[C1Category("データ")]
[C1Description("ノードのレベルに基づいて列に表示されるフィールドのリストを取得または設定します。")]
[DefaultValue()]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.TreeView.Design.DisplayFieldNameEditor, C1.Win.TreeView.4.Design")]
public string DisplayFieldName {get; set;}
Remarks
Last field name sets the field to be displayed in the column on all of the following levels.
Example
[First]\\[Second]\\[etc]
See Also

Reference

C1TreeColumn Class
C1TreeColumn Members