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