Class DisplayMode
Specifies the possible display modes of a ribbon item.
Inheritance
System.Object
DisplayMode
Namespace: Syncfusion.Blazor.Ribbon
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class DisplayMode : Enum
Fields
Auto
The item appears in classic layout group, simplified layout group, and overflow popup based on the ribbon overflow state of the SfRibbon.
Declaration
public const DisplayMode Auto
Field Value
Type |
---|
DisplayMode |
Classic
The item appears in the classic layout group of the SfRibbon.
Declaration
public const DisplayMode Classic
Field Value
Type |
---|
DisplayMode |
Overflow
The item appears in the overflow popup of the SfRibbon.
Declaration
public const DisplayMode Overflow
Field Value
Type |
---|
DisplayMode |
Simplified
The item appears in the simplified layout group of the SfRibbon.
Declaration
public const DisplayMode Simplified
Field Value
Type |
---|
DisplayMode |