GrapeCity MultiRow Windows Forms Documentation
UseOffice2007Renderer Property


Gets or sets a value that indicates whether to use office2007 style renderer in the filter menu.
Syntax
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates whether to use office2007 style renderer in the filter menu.")>
<SRCategoryAttribute("Appearance")>
Public Property UseOffice2007Renderer As Boolean
Dim instance As HeaderDropDownContextMenu
Dim value As Boolean
 
instance.UseOffice2007Renderer = value
 
value = instance.UseOffice2007Renderer
[DefaultValue()]
[SRDescription("Indicates whether to use office2007 style renderer in the filter menu.")]
[SRCategory("Appearance")]
public bool UseOffice2007Renderer {get; set;}

Property Value

true to use the office2007 style renderer in the filter menu; otherwise, false .
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

HeaderDropDownContextMenu Class
HeaderDropDownContextMenu Members

 

 


Copyright © GrapeCity, inc. All rights reserved.