Back to Devexpress

BaseEdit.IsDrawing Property

windowsforms-devexpress-dot-xtraeditors-dot-baseedit-2a3dc911.md

latest1.1 KB
Original Source

BaseEdit.IsDrawing Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool IsDrawing { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property IsDrawing As Boolean

Property Value

Type
Boolean

See Also

BaseEdit Class

BaseEdit Members

DevExpress.XtraEditors Namespace