Back to Devexpress

BaseEdit.PopupServiceControl Property

windowsforms-devexpress-dot-xtraeditors-dot-baseedit-f6209b3f.md

latest1.2 KB
Original Source

BaseEdit.PopupServiceControl Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public static IPopupServiceControl PopupServiceControl { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Shared ReadOnly Property PopupServiceControl As IPopupServiceControl

Property Value

Type
DevExpress.Utils.Win.IPopupServiceControl

See Also

BaseEdit Class

BaseEdit Members

DevExpress.XtraEditors Namespace