Back to Devexpress

RepositoryItem.IsDesignMode Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitem-3cd429ca.md

latest1.2 KB
Original Source

RepositoryItem.IsDesignMode Property

Indicates whether the editor is currently in design mode.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

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 editor is in design mode; otherwise, false.

|

See Also

RepositoryItem Class

RepositoryItem Members

DevExpress.XtraEditors.Repository Namespace