Skip to main content
A newer version of this page is available. .

RepositoryItem.IsDesignMode Property

Indicates whether the editor is currently in design mode.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

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

Property Value

Type Description
Boolean

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

See Also