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

HtmlEditorContextMenuItemCollection.Owner Property

Gets the collection’s owner.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.1.dll

Declaration

public ASPxHtmlEditor Owner { get; }

Property Value

Type Description
ASPxHtmlEditor

An ASPxHtmlEditor object that is the owner of the current collection.

See Also