Xceed Grid for WinForms v4.3 Documentation
CellForeColor Property (GroupByRowStyle)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > GroupByRowStyle Class : CellForeColor Property
Gets or sets the foreground color of the cells in the GroupByRow.
Syntax
'Declaration
 
<XmlIgnoreAttribute()>
Public Property CellForeColor As Color
'Usage
 
Dim instance As GroupByRowStyle
Dim value As Color
 
instance.CellForeColor = value
 
value = instance.CellForeColor
[XmlIgnore()]
public Color CellForeColor {get; set;}

Property Value

A System.Drawing.Color structure representing the foreground color of the cells in the GroupByRow.
Remarks

To reset the value of the CellForeColor property to its default value, DefaultCellForeColor, the ResetCellForeColor method must be called.

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

GroupByRowStyle Class
GroupByRowStyle Members