Skip to main content

DataViewBase.IsKeyboardFocusWithinView Property

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

Type Description
Boolean

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

See Also