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