Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GroupByRow Class / CellForeColor Property


In This Topic
    CellForeColor Property (GroupByRow)
    In This Topic
    Gets or sets the foreground color of the cells in the GroupByRow.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The foreground color of the cells in the GroupByRow.")>
    <CategoryAttribute("Appearance")>
    <ApplyToDesignerAttribute(True)>
    Public Property CellForeColor As Color
    'Usage
     
    Dim instance As GroupByRow
    Dim value As Color
     
    instance.CellForeColor = value
     
    value = instance.CellForeColor
    [Description("The foreground color of the cells in the GroupByRow.")]
    [Category("Appearance")]
    [ApplyToDesigner(true)]
    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