ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / GridTree Class / NodeImageExpanded Property

In This Topic
    NodeImageExpanded Property
    In This Topic
    Gets or sets the image displayed next to expanded nodes.
    Syntax
    'Declaration
     
    Public Property NodeImageExpanded As Image
    public Image NodeImageExpanded {get; set;}
    Remarks

    Setting this property to null resets it and causes the grid to use the default image (a minus sign).

    To hide the images, use the Style property.

    See Also