Back to Devexpress

NavBarControl.IsDesignMode Property

windowsforms-devexpress-dot-xtranavbar-dot-navbarcontrol-6f2e4a1e.md

latest1.2 KB
Original Source

NavBarControl.IsDesignMode Property

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

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

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 currently in design mode; otherwise false.

|

Remarks

This member is used internally and is not intended to be used directly from your code.

See Also

NavBarControl Class

NavBarControl Members

DevExpress.XtraNavBar Namespace