RibbonSerializerOptions Enum
Specifies options for a RibbonSerializer.
[Flags]
public enum RibbonSerializerOptions
Fields
| Name | Description |
|---|---|
| All | All layout properties and items. |
| AllLayout | All layout properties. |
| AllQuickAccessToolBar | All QAT-related. |
| LayoutMode | The layout mode property. |
| MinimizedState | The minimized state property. |
| None | No options set. |
| QuickAccessToolBarAllowLabels | The allow labels on QAT property. |
| QuickAccessToolBarItems | The items in the QAT. |
| QuickAccessToolBarLocation | The QAT location property. |
| QuickAccessToolBarMode | The QAT mode property. |
| UserInterfaceDensity | The user interface density property. |