Enum DisplayMode
Specifies the possible display modes of a ribbon item.
Namespace: Syncfusion.Blazor.Ribbon
Assembly: Syncfusion.Blazor.dll
Syntax
[Flags]
public enum DisplayMode
Fields
| Name | Description |
|---|---|
| Auto | The item appears in classic layout group, simplified layout group, and overflow popup based on the ribbon overflow state of the SfRibbon. |
| Classic | The item appears in the classic layout group of the SfRibbon. |
| Overflow | The item appears in the overflow popup of the SfRibbon. |
| Simplified | The item appears in the simplified layout group of the SfRibbon. |