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

Gets a value indicating whether the cell is the current cell.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property IsCurrent As Boolean
C# 
public bool IsCurrent {get;}

Return Value

true it the cell is the current cell; false otherwise. By default, false.

Remarks

The background and foreground of the cell will be painted according to the values of the CurrentBackground and CurrentForeground properties when the cell is current.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also