Skip to main content

SpreadsheetRibbonItemCollectionBuilder.AddFontNameItem() Method

Adds the Font Name item to the ribbon item collection.

Namespace: DevExpress.AspNetCore.Spreadsheet

Assembly: DevExpress.AspNetCore.Spreadsheet.v23.2.dll

NuGet Package: DevExpress.AspNetCore.Spreadsheet

Declaration

public RibbonSelectBoxItemBuilder AddFontNameItem()

Returns

Type Description
RibbonSelectBoxItemBuilder

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

See Also