Class DisplayMode
Specifies the different ribbon item display modes that can be set for the normal and simplified LayoutMode values.
Inheritance
System.Object
DisplayMode
Namespace: Syncfusion.Windows.Tools
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public sealed class DisplayMode : Enum
Fields
Normal
Appears in normal state alone.
Declaration
public const DisplayMode Normal
Field Value
Type |
---|
DisplayMode |
OverflowMenu
Appears inside overflow button during simplified state.
Declaration
public const DisplayMode OverflowMenu
Field Value
Type |
---|
DisplayMode |
Simplified
Appears in simplified state alone.
Declaration
public const DisplayMode Simplified
Field Value
Type |
---|
DisplayMode |