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