Skip to main content
All docs
V26.1
  • JS

    RichEditRibbonItemCollectionBuilder.AddZoomLevelItem() Method

    Adds the Zoom Level item to the ribbon item collection.

    Namespace: DevExpress.AspNetCore.RichEdit

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

    Declaration

    public RibbonSelectBoxItemBuilder AddZoomLevelItem()

    Returns

    Type Description
    RibbonSelectBoxItemBuilder

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

    See Also