Skip to main content
A newer version of this page is available. .
All docs
V21.2

HtmlContentPopup.CreateWindowService(IWin32Window) Method

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public WindowService CreateWindowService(
    IWin32Window owner = null
)

Optional Parameters

Name Type Default
owner IWin32Window null

Returns

Type
DevExpress.Utils.MVVM.Services.WindowService
See Also