Skip to main content

RepositoryItem.IsDesignMode Property

Indicates whether the editor is currently in design mode.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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