'Declaration
<C1DescriptionAttribute("C1TreeColumn.DisplayFieldName", "Gets or sets the list of fields to be displayed in the column depending on the level of the node.")> <DefaultValueAttribute("")> <EditorAttribute(C1.Win.TreeView.Design.DisplayFieldNameEditor, System.Drawing.Design.UITypeEditor)> <C1CategoryAttribute("Data")> Public Property DisplayFieldName As String
[C1Description("C1TreeColumn.DisplayFieldName", "Gets or sets the list of fields to be displayed in the column depending on the level of the node.")] [DefaultValue("")] [Editor(C1.Win.TreeView.Design.DisplayFieldNameEditor, System.Drawing.Design.UITypeEditor)] [C1Category("Data")] public string DisplayFieldName {get; set;}