Skip to main content

NavBarControl.IsDesignMode Property

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

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public virtual bool IsDesignMode { get; }

Property Value

Type Description
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