TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeColumn Class / DisplayFormat Property

In This Topic
    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("")>
    <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.")>
    Public Property DisplayFormat As String
    [DefaultValue("")]
    [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.")]
    public string DisplayFormat {get; set;}
    Remarks
    DisplayFormat uses standard .NET format specifiers.
    See Also