Class DefaultRibbonBar
Class represents the Default RibbonBar
Inheritance
Inherited Members
Namespace: Syncfusion.Windows.Tools
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class DefaultRibbonBar
Constructors
DefaultRibbonBar()
Initializes a new instance of the DefaultRibbonBar class.
Declaration
public DefaultRibbonBar()
Properties
CustomCommandList
Gets or sets the value for collection of Custom command.
Declaration
public ArrayList CustomCommandList { get; set; }
Property Value
| Type |
|---|
| System.Collections.ArrayList |
DisplayMode
Gets or sets the DisplayMode value that specifies the default ribbon bar location for the different LayoutMode values.
Declaration
public DisplayMode DisplayMode { get; set; }
Property Value
| Type | Description |
|---|---|
| DisplayMode | When the value is set to Simplified, the item will be displayed only in Simplified layout mode.
When the value is set to Normal, the item will be displayed only in Normal layout mode.
When the value is set to OverflowMenu, the item will be displayed in the overflow menu when Simplified layout mode is enabled.
The default value includes |
Remarks
When DisplayModeProperty is set to Simplified and LayoutMode is set to Normal, the item will not be displayed. This item will be displayed when the layout mode is switched or set to Simplified.
Header
Gets or sets the header of ribbon bar.
Declaration
public string Header { get; set; }
Property Value
| Type |
|---|
| System.String |
ItemIndex
Gets or sets the value for collection of item index.
Declaration
public ArrayList ItemIndex { get; set; }
Property Value
| Type |
|---|
| System.Collections.ArrayList |
TabIndex
Gets or sets the Tab index value.
Declaration
public int TabIndex { get; set; }
Property Value
| Type |
|---|
| System.Int32 |