RichEditBuilder.Ribbon(Action<RichEditRibbonSettingsBuilder>) Method
Allows you to customize the ribbon element.
Namespace: DevExpress.AspNetCore.RichEdit
Assembly: DevExpress.AspNetCore.RichEdit.v24.2.dll
NuGet Package: DevExpress.AspNetCore.RichEdit
#Declaration
public RichEditBuilder Ribbon(
Action<RichEditRibbonSettingsBuilder> configure
)
#Parameters
Name | Type | Description |
---|---|---|
configure | Action<Rich |
A delegate method that configures the ribbon. |
#Returns
Type | Description |
---|---|
Rich |
An object that can be used to further configure the Spreadsheet. |