C1.Win.TreeView Namespace / C1TreeColumn Class / EditFormat Property

In This Topic
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")>
<C1DescriptionAttribute("C1TreeColumn.EditFormat", "Gets or sets the format string used to display the value when the control is in edit mode.")>
<DefaultValueAttribute("")>
Public Property EditFormat As String
 
Remarks
EditFormat uses standard .NET format specifiers.
See Also