C1.Win.TreeView Namespace > C1TreeColumn Class : DisplayFieldName Property |
'Declaration
<C1DescriptionAttribute("Gets or sets the list of fields to be displayed in the column depending on the level of the node.")> <DefaultValueAttribute()> <C1CategoryAttribute("Data")> Public Property DisplayFieldName As String
'Usage
Dim instance As C1TreeColumn Dim value As String instance.DisplayFieldName = value value = instance.DisplayFieldName
[C1Description("Gets or sets the list of fields to be displayed in the column depending on the level of the node.")] [DefaultValue()] [C1Category("Data")] public string DisplayFieldName {get; set;}
[C1Description("Gets or sets the list of fields to be displayed in the column depending on the level of the node.")] [DefaultValue()] [C1Category("Data")] public: property String^ DisplayFieldName { 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