TreeView for WinForms | ComponentOne
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
    [C1Category("Appearance")]
    [C1Description("C1TreeColumn.EditFormat", "Gets or sets the format string used to display the value when the control is in edit mode.")]
    [DefaultValue("")]
    public string EditFormat {get; set;}
    Remarks
    EditFormat uses standard .NET format specifiers.
    See Also