Skip to main content
A newer version of this page is available. .

HtmlEditorCustomDialogs.Owner Property

Gets the dialog’s owner.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxHtmlEditor Owner { get; }

Property Value

Type Description
ASPxHtmlEditor

An ASPxHtmlEditor object representing the dialog’s owner.

See Also