GrapeCity MultiRow Windows Forms Documentation
Filtered Property


Gets or sets the image for filtered state.
Syntax
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates an image for filtered state.")>
Public Property Filtered As Image
Dim instance As DropDownButtonImages
Dim value As Image
 
instance.Filtered = value
 
value = instance.Filtered
[DefaultValue()]
[SRDescription("Indicates an image for filtered state.")]
public Image Filtered {get; set;}

Property Value

The System.Drawing.Image object.
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

DropDownButtonImages Class
DropDownButtonImages Members

 

 


Copyright © GrapeCity, inc. All rights reserved.