Back to Devexpress

TextEdit.IsNeedFocus Property

windowsforms-devexpress-dot-xtraeditors-dot-textedit-0c9e0fd5.md

latest1.1 KB
Original Source

TextEdit.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 override bool IsNeedFocus { get; }
vb
<Browsable(False)>
Public Overrides ReadOnly Property IsNeedFocus As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

TextEdit Class

TextEdit Members

DevExpress.XtraEditors Namespace