Back to Devexpress

TextEdit.IsEditorActive Property

windowsforms-devexpress-dot-xtraeditors-dot-textedit-e0118cff.md

latest1.1 KB
Original Source

TextEdit.IsEditorActive Property

Gets whether the editor is active.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public override bool IsEditorActive { get; }
vb
Public Overrides ReadOnly Property IsEditorActive As Boolean

Property Value

TypeDescription
Boolean

true if the editor is active; otherwise, false.

|

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also

TextEdit Class

TextEdit Members

DevExpress.XtraEditors Namespace