CurrentForeground Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > Cell Class : CurrentForeground Property

Gets or sets the brush that will be used to paint the cell's foreground when the cell becomes current.

Syntax

Visual Basic (Declaration) 
Public Property CurrentForeground As Brush
C# 
public Brush CurrentForeground {get; set;}

Return Value

The Brush that will be used to paint the cell's foreground when the cell becomes current. By default, a null reference (Nothing in Visual Basic).

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also