FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / GridTree Class / NodeImageCollapsed Property

In This Topic
    NodeImageCollapsed Property (GridTree)
    In This Topic
    Gets or sets the image displayed next to collapsed nodes.
    Syntax
    'Declaration
     
    
    Public Property NodeImageCollapsed As Image
    public Image NodeImageCollapsed {get; set;}
    Remarks

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

    To hide the images, use the Style property.

    See Also