FlexGrid for WinForms
NodeImageExpanded Property



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

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