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

BaseView.IsFocused Property

Gets whether any document within the current View has focus.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v19.1.dll

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