TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / ToStringPlaceHolder Property

In This Topic
    ToStringPlaceHolder Property (C1TreeView)
    In This Topic
    Gets a value of placeholder for display value of ToString method of node value.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1TreeView.ToStringPlaceHolder", "Gets a value of placeholder for display value of ToString method of node value.")>
    Public Shared ReadOnly Property ToStringPlaceHolder As String
    [C1Description("C1TreeView.ToStringPlaceHolder", "Gets a value of placeholder for display value of ToString method of node value.")]
    public static string ToStringPlaceHolder {get;}
    See Also