Back to Devexpress

BaseView.IsFocused Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-baseview-1a618844.md

latest1.4 KB
Original Source

BaseView.IsFocused Property

Gets whether any document within the current View has focus.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual bool IsFocused { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property IsFocused As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

GotFocus

LostFocus

IsFocused

BaseView Class

BaseView Members

DevExpress.XtraBars.Docking2010.Views Namespace