BaseControl.IsDesignMode Property
In This Article
Gets a value indicating whether the control is currently in design mode.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
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