BCGControlBar Library for .NET
GroupBoxFont Property (GridControl)




Specifies the font to draw default text in the Group By box.
Syntax
'Declaration
 
Public Property GroupBoxFont As Font
'Usage
 
Dim instance As GridControl
Dim value As Font
 
instance.GroupBoxFont = value
 
value = instance.GroupBoxFont
public Font GroupBoxFont {get; set;}
public: __property Font* get_GroupBoxFont();
public: __property void set_GroupBoxFont( 
   Font* value
);
public:
property Font^ GroupBoxFont {
   Font^ get();
   void set (    Font^ value);
}
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

GridControl Class
GridControl Members

Send Feedback