C1.Win.C1FlexGrid Namespace > GridTree Class : NodeImageExpanded Property |
'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); }
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.
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