Back to Devexpress

BaseEdit.IsNeedFocus Property

windowsforms-devexpress-dot-xtraeditors-dot-baseedit-e7d4e44b.md

latest1.2 KB
Original Source

BaseEdit.IsNeedFocus Property

This member supports the internal editors library infrastructure and is not intended to be used from your code.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if a container control needs to focus the editor; otherwise, false.

|

See Also

BaseEdit Class

BaseEdit Members

DevExpress.XtraEditors Namespace