TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / TreeViewStyles Class / ExpandButtonStyle Property

In This Topic
    ExpandButtonStyle Property (TreeViewStyles)
    In This Topic
    Gets or sets style of expand buttons.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("TreeViewStyles.ExpandButtonStyle", "Gets or sets style of expand buttons.")>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
    Public Property ExpandButtonStyle As ExpandButtonStyle
    [C1Description("TreeViewStyles.ExpandButtonStyle", "Gets or sets style of expand buttons.")]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
    public ExpandButtonStyle ExpandButtonStyle {get; set;}
    See Also