Back to Devexpress

BaseControl.IsDesignMode Property

windowsforms-devexpress-dot-xtraeditors-dot-basecontrol-1810915d.md

latest1.2 KB
Original Source

BaseControl.IsDesignMode Property

Gets a value indicating whether the control is currently in design mode.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if the control is in design mode; otherwise, false.

|

Remarks

The property supports the internal .NET infrastructure and is not intended to be used from your code.

See Also

BaseControl Class

BaseControl Members

DevExpress.XtraEditors Namespace