Enum DisplayMode
Specifies the different ribbon item display modes that can be set for the normal and simplified LayoutMode values.
Namespace: Syncfusion.Windows.Tools
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
[Flags]
public enum DisplayMode
Fields
| Name | Description |
|---|---|
| Normal | Appears in normal state alone. |
| OverflowMenu | Appears inside overflow button during simplified state. |
| Simplified | Appears in simplified state alone. |