FlexGrid for WinForms
NodeImageCollapsed Property



Gets or sets the image displayed next to collapsed nodes.
Syntax
'Declaration
 
<C1DescriptionAttribute("Gets or sets the image displayed next to collapsed nodes.")>
<DefaultValueAttribute()>
Public Property NodeImageCollapsed As Image
'Usage
 
Dim instance As GridTree
Dim value As Image
 
instance.NodeImageCollapsed = value
 
value = instance.NodeImageCollapsed
[C1Description("Gets or sets the image displayed next to collapsed nodes.")]
[DefaultValue()]
public Image NodeImageCollapsed {get; set;}
[C1Description("Gets or sets the image displayed next to collapsed nodes.")]
[DefaultValue()]
public:
property Image^ NodeImageCollapsed {
   Image^ get();
   void set (    Image^ value);
}
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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridTree Class
GridTree Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback