Skip to main content
JS

RichEditRibbonItemCollectionBuilder.AddHyperLinkItem() Method

Adds the Hyper Link item to the ribbon item collection.

Namespace: DevExpress.AspNetCore.RichEdit

Assembly: DevExpress.AspNetCore.RichEdit.v24.1.dll

Declaration

public RibbonButtonItemBuilder AddHyperLinkItem()

Returns

Type Description
RibbonButtonItemBuilder

An object that can be used to further configure the added item.

See Also