RibbonSettings Properties
Contains the Ribbon extension settings.| Name | Description |
|---|---|
| AccessKey | Gets or sets the access key that allows you to quickly navigate to the ASP.NET MVC extension. Inherited from SettingsBase. |
| ActiveTabIndex | Gets or sets the index of a tab which is selected within the extension. |
| AllowMinimize | Gets or sets a value specifying whether the Ribbon extension can be minimized. |
| Attributes | Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. Inherited from SettingsBase. |
| AutoGenerateAccessKeys | Specifies if access keys for ribbon elements should be generated automatically. |
| ClientSideEvents | Gets an object that lists the client-side events specific to the Ribbon. |
| ContextTabCategories | Gets the collection of context tab categories. |
| ControlStyle | Provides access to the style settings declared at the root level of the extension’s wrapped web server control. Inherited from SettingsBase. |
| CustomJSProperties | Enables you to supply any server data that can then be parsed on the client. |
| DataBound | Allows you to perform specific actions after the Ribbon is bound to a data source. |
| Enabled | Gets or sets a value that indicates whether the MVC Extension is enabled, allowing it to respond to end-user interactions. Inherited from SettingsBase. |
| EnableTheming | Gets or sets a value indicating whether themes apply to this extension. Inherited from SettingsBase. |
| EncodeHtml | Gets or sets whether to encode editor value and content. Inherited from SettingsBase. |
| FileTabAccessKey | Specifies the access key that allows end-users to quickly navigate to the ribbon file tab. |
| FileTabText | Gets or sets the text displayed in the file tab. |
| GroupDataBound | Occurs after a group has been bound to a data source. |
| GroupDataFields | Provides access to properties allowing you to specify data fields (attributes of xml elements) from which group settings of a bound ribbon should be obtained. |
| Height | Gets or sets the height of the extension. Inherited from SettingsBase. |
| Images | Provides access to the settings that define images for various elements within the Ribbon. |
| Init | Enables you to perform custom actions when an extension is initialized. Inherited from SettingsBase. |
| ItemDataBound | Occurs after a Ribbon item has been bound to a data source. |
| ItemDataFields | Provides access to properties allowing you to specify data fields (attributes of xml elements) from which item settings of a bound ribbon should be obtained. |
| KeyboardSupport | Gets or sets a value that specifies whether keyboard navigation is available in the Ribbon extension. |
| KeyTipModeShortcut | Specifies a keyboard shortcut, which when pressed will show tab key tips. |
| Minimized | Specifies the ribbon minimization state. |
| Name | Specifies the unique identifier name for the extension. Inherited from SettingsBase. |
| OneLineMode | Specifies if a ribbon displays all items in an active tab on one line. |
| PreRender | Allows custom processing to be implemented before the extension is rendered to the page. Inherited from SettingsBase. |
| SaveStateToCookies | Gets or sets a value that specifies whether cookies are used to persist information about the Ribbon’s state. |
| SaveStateToCookiesID | Gets or sets the name (identifier) of the cookie in which the Ribbon’s state is persisted. |
| SettingsPopupMenu | Provides access to the settings of a popup menu in the ribbon. |
| ShowFileTab | Gets or sets a value that specifies whether the file tab is displayed in the ribbon. |
| ShowGroupLabels | Gets or sets a value that specifies whether or not group labels are displayed. |
| ShowTabs | Gets or sets whether tab headers are displayed in the ribbon. |
| SkinID | Gets or sets the skin to apply to the control. Inherited from SettingsBase. |
| Style | Gets a collection of all cascading style sheet (CSS) properties applied to an extension. Inherited from SettingsBase. |
| Styles | Provides access to the style settings that control the appearance of the extension’s visual elements. |
| StylesPopupMenu | Provides access to the style settings defining the appearance of popup menu elements used in a ribbon. |
| StylesTabControl | Provides access to the style settings defining the appearance of tab control elements used in a ribbon. |
| TabDataBound | Occurs after a Ribbon tab has been bound to a data source. |
| TabDataFields | Provides access to properties allowing you to specify data fields (attributes of xml elements) from which tab settings of a bound ribbon should be obtained. |
| TabIndex | Gets or sets the tab index of the control element of the web page. Inherited from SettingsBase. |
| Tabs | Gets the collection of ribbon tabs. |
| Theme | Gets or sets the name of the theme to be applied to the extension. Inherited from SettingsBase. |
| ToolTip | Gets or sets a UI element’s tooltip text. Inherited from SettingsBase. |
| Width | Gets or sets the width of the extension. Inherited from SettingsBase. |
See Also