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

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

Syntax

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

Return Value

The Brush that will be used to paint the cell's background 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