SpreadsheetRibbonItemCollectionBuilder.AddThousandsSeparatorItem() Method
In This Article
Adds the Thousands Separator item to the ribbon item collection.
Namespace: DevExpress.AspNetCore.Spreadsheet
Assembly: DevExpress.AspNetCore.Spreadsheet.v24.2.dll
NuGet Package: DevExpress.AspNetCore.Spreadsheet
#Declaration
C#
public RibbonButtonItemBuilder AddThousandsSeparatorItem()
#Returns
Type | Description |
---|---|
Ribbon |
An object that can be used to further configure the added item. |
See Also