Xceed Grid for WinForms v4.3 Documentation
CellBackColor Property (GroupByRow)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > GroupByRow Class : CellBackColor Property
Gets or sets the background color of the cells in the GroupByRow.
Syntax
'Declaration
 
<DescriptionAttribute("The background color of the cells in the GroupByRow.")>
<CategoryAttribute("Appearance")>
<ApplyToDesignerAttribute(True)>
Public Property CellBackColor As Color
'Usage
 
Dim instance As GroupByRow
Dim value As Color
 
instance.CellBackColor = value
 
value = instance.CellBackColor
[Description("The background color of the cells in the GroupByRow.")]
[Category("Appearance")]
[ApplyToDesigner(true)]
public Color CellBackColor {get; set;}

Property Value

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

To reset the value of the CellBackColor property to its default value, DefaultCellBackColor, the ResetCellBackColor 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

GroupByRow Class
GroupByRow Members