Skip to main content

CellContentPresenter.IsFocusedCell Property

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

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.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