RichEditRibbonItemCollectionBuilder.AddDifferentOddAndEvenPagesItem() Method
Adds the Different Odd And Even Pages item to the ribbon item collection.
Namespace: DevExpress.AspNetCore.RichEdit
Assembly: DevExpress.AspNetCore.RichEdit.v24.1.dll
NuGet Package: DevExpress.AspNetCore.RichEdit
Declaration
public RibbonButtonItemBuilder AddDifferentOddAndEvenPagesItem()
Returns
Type | Description |
---|---|
RibbonButtonItemBuilder | An object that can be used to further configure the added item. |
See Also