Back to Devexpress

PopupBaseEdit.Properties Property

windowsforms-devexpress-dot-xtraeditors-dot-popupbaseedit-19a3af08.md

latest1.4 KB
Original Source

PopupBaseEdit.Properties Property

Gets settings specific to the popup editor.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Properties")]
public RepositoryItemPopupBase Properties { get; }
vb
<DXCategory("Properties")>
Public ReadOnly Property Properties As RepositoryItemPopupBase

Property Value

TypeDescription
RepositoryItemPopupBase

The repository item containing settings specific to the popup editor.

|

Remarks

See RepositoryItemPopupBase to learn more.

See Also

RepositoryItemPopupBase

PopupBaseEdit Class

PopupBaseEdit Members

DevExpress.XtraEditors Namespace