Skip to main content
All docs
V25.2
  • JS

    RichEditRibbonItemCollectionBuilder.AddZoomLevelItem() Method

    Adds the Zoom Level item to the ribbon item collection.

    Namespace: DevExpress.AspNetCore.RichEdit

    Assembly: DevExpress.AspNetCore.RichEdit.v25.2.dll

    NuGet Package: DevExpress.AspNetCore.RichEdit

    Declaration

    public RibbonSelectBoxItemBuilder AddZoomLevelItem()

    Returns

    Type Description
    RibbonSelectBoxItemBuilder

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

    See Also