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

RichEditRibbonContextTabCategoryCollection.RichEdit Property

Gets the ASPxRichEdit control to which the current RichEditRibbonContextTabCategoryCollection collection belongs.

Namespace: DevExpress.Web.ASPxRichEdit

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

Declaration

public ASPxRichEdit RichEdit { get; }

Property Value

Type Description
ASPxRichEdit

The ASPxRichEdit control that owns the collection.

See Also