Skip to main content

HtmlEditorContextMenuItemCollection.Owner Property

Gets the collection’s owner.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

#Declaration

public ASPxHtmlEditor Owner { get; }

#Property Value

Type Description
ASPxHtmlEditor

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

See Also