Skip to main content

CellData.IsFocused Property

Gets whether the cell is focused.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[P(false, Handler = "OnIsFocusedChanged")]
public bool IsFocused { get; }

Property Value

Type Description
Boolean

true if the cell is focused; otherwise, false.

See Also