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

HtmlEditorRibbonTabCollection.HtmlEditor Property

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public ASPxHtmlEditor HtmlEditor { get; }

Property Value

Type Description
ASPxHtmlEditor

The ASPxHtmlEditor control that owns the collection.

See Also