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

DataViewBase.IsKeyboardFocusWithinView Property

Gets a value that indicates whether a View has keyboard focus.

Namespace: DevExpress.Xpf.Grid

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

Declaration

[Browsable(false)]
public bool IsKeyboardFocusWithinView { get; }

Property Value

Type Description
Boolean

true if the View has keyboard focus; otherwise, false.

See Also