Skip to main content

BaseView.IsFocused Property

Gets whether any document within the current View has focus.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Boolean

true if any document within the current View has focus; otherwise, false.

See Also