| C1.Win.TreeView Namespace > C1TreeColumn Class : EditFormat Property |
'Declaration<C1DescriptionAttribute("Gets or sets the format string used to display the value when the control is in edit mode.")> <DefaultValueAttribute()> <C1CategoryAttribute("Appearance")> Public Property EditFormat As String
'UsageDim instance As C1TreeColumn Dim value As String instance.EditFormat = value value = instance.EditFormat
[C1Description("Gets or sets the format string used to display the value when the control is in edit mode.")] [DefaultValue()] [C1Category("Appearance")] public string EditFormat {get; set;}
[C1Description("Gets or sets the format string used to display the value when the control is in edit mode.")] [DefaultValue()] [C1Category("Appearance")] public: property String^ EditFormat { 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