GrapeCity MultiRow Windows Forms Documentation
Font Property (HeaderDropDownList)


Gets or sets the font of the text displayed in the HeaderDropDownList.
Syntax
<RefreshPropertiesAttribute(RefreshProperties.All)>
<SRCategoryAttribute("Appearance")>
<SRDescriptionAttribute("Indicates the font of the text displayed in the HeaderDropDownList.")>
Public Property Font As Font
Dim instance As HeaderDropDownList
Dim value As Font
 
instance.Font = value
 
value = instance.Font
[RefreshProperties(RefreshProperties.All)]
[SRCategory("Appearance")]
[SRDescription("Indicates the font of the text displayed in the HeaderDropDownList.")]
public Font Font {get; set;}

Property Value

A System.Drawing.Font to apply to the text displayed in the drop-down list. The default value is System.Windows.Forms.Control.DefaultFont.
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

HeaderDropDownList Class
HeaderDropDownList Members

 

 


Copyright © GrapeCity, inc. All rights reserved.