Skip to main content
A newer version of this page is available. .

CellContentPresenter.IsFocusedCell Property

Gets or sets whether the cell is focused. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll

Declaration

public bool IsFocusedCell { get; set; }

Property Value

Type Description
Boolean

true if the cell is focused; otherwise, false.

Remarks

A view displays the focused cell if the DataViewBase.NavigationStyle property is set to GridViewNavigationStyle.Cell.

See Also