Back to Devexpress

BaseEdit.ServiceObject Property

windowsforms-devexpress-dot-xtraeditors-dot-baseedit-00adffbe.md

latest1.1 KB
Original Source

BaseEdit.ServiceObject Property

This method is used internally when using editors inplace and is not intended to be called in your code.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public IPopupServiceControl ServiceObject { get; set; }
vb
<Browsable(False)>
Public Property ServiceObject As IPopupServiceControl

Property Value

TypeDescription
DevExpress.Utils.Win.IPopupServiceControl

An object supporting the IPopupServiceControl interface.

|

See Also

BaseEdit Class

BaseEdit Members

DevExpress.XtraEditors Namespace