EditFormat Property (C1TreeColumn)
In This Topic
Gets or sets the format string used to display the value when the control is in edit mode.
Syntax
'Declaration
<C1CategoryAttribute("Appearance")>
<DefaultValueAttribute("")>
<C1DescriptionAttribute("C1TreeColumn.EditFormat", "Gets or sets the format string used to display the value when the control is in edit mode.")>
Public Property EditFormat As String
[C1Category("Appearance")]
[DefaultValue("")]
[C1Description("C1TreeColumn.EditFormat", "Gets or sets the format string used to display the value when the control is in edit mode.")]
public string EditFormat {get; set;}
See Also