Gets or sets the font used to display Group names.
            
        
    Namespace: 
   C1.Win.C1ReportDesignerAssembly: C1.Win.C1ReportDesigner.2 (in C1.Win.C1ReportDesigner.2.dll)
 Syntax
Syntax
| C# | 
|---|
| [DefaultValueAttribute(typeof(Font), "Tahoma, 7pt")] public Font GroupNameFont { get; set; } | 
| Visual Basic | 
|---|
| <DefaultValueAttribute(GetType(Font), "Tahoma, 7pt")> _ Public Property GroupNameFont As Font Get Set | 
 Remarks
Remarks
This property only affects the appearance of the designer control, and has no effect on the report definition.
The default value for this property is [Font: Name=Tahoma, Size=7, Units=3, GdiCharSet=1, GdiVerticalFont=False].
 
     
     
     
     
    