Back to Devexpress

BaseEdit.IsEditorActive Property

windowsforms-devexpress-dot-xtraeditors-dot-baseedit-9107db1d.md

latest1.2 KB
Original Source

BaseEdit.IsEditorActive Property

Gets whether the editor is active.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual bool IsEditorActive { get; }
vb
<Browsable(False)>
Public Overridable 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

BaseEdit Class

BaseEdit Members

DevExpress.XtraEditors Namespace