Skip to main content

RepositoryItem.IsDesignMode Property

Indicates whether the editor is currently in design mode.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.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