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

HtmlEditorRibbonContextTabCategoryCollection.HtmlEditor Property

Gets the ASPxHtmlEditor control to which the current HtmlEditorRibbonContextTabCategoryCollection collection belongs.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public ASPxHtmlEditor HtmlEditor { get; }

Property Value

Type Description
ASPxHtmlEditor

The ASPxHtmlEditor control that owns the collection.

See Also