Back to Devexpress

RepositoryItemPopupContainerEdit.EditorTypeName Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitempopupcontaineredit-cecf61d1.md

latest1.6 KB
Original Source

RepositoryItemPopupContainerEdit.EditorTypeName Property

Gets the corresponding editor’s type name.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public override string EditorTypeName { get; }
vb
<Browsable(False)>
Public Overrides ReadOnly Property EditorTypeName As String

Property Value

TypeDescription
String

The ‘ PopupContainerEdit ‘ string always.

|

Remarks

This property overrides the RepositoryItem.EditorTypeName property.

See Also

Custom Editors

RepositoryItemPopupContainerEdit Class

RepositoryItemPopupContainerEdit Members

DevExpress.XtraEditors.Repository Namespace