Skip to main content

HtmlEditorRibbonContextTabCategoryCollection.HtmlEditor Property

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public ASPxHtmlEditor HtmlEditor { get; }

Property Value

Type Description
ASPxHtmlEditor

The ASPxHtmlEditor control that owns the collection.

See Also