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

RichEditRibbonTabCollection.RichEdit Property

Gets the ASPxRichEdit object that owns the collection.

Namespace: DevExpress.Web.ASPxRichEdit

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

Declaration

public ASPxRichEdit RichEdit { get; }

Property Value

Type Description
ASPxRichEdit

An ASPxRichEdit object that owns the collection.

See Also