TreeView for WinForms | ComponentOne
C1.Framework Namespace / Style Class / Format Property

In This Topic
    Format Property (Style)
    In This Topic
    Gets or sets the format string used to convert the element value into a string.
    Syntax
    'Declaration
     
    
    <DescriptionAttribute("Gets or sets the format string used to convert the element value into a string.")>
    <CategoryAttribute("Text")>
    <DefaultValueAttribute("")>
    Public Property Format As String
    [Description("Gets or sets the format string used to convert the element value into a string.")]
    [Category("Text")]
    [DefaultValue("")]
    public string Format {get; set;}
    See Also