RibbonSettings Properties
Contains the Ribbon extension settings.
Name | Description |
---|---|
Access |
Gets or sets the access key that allows you to quickly navigate to the ASP. |
Active |
Gets or sets the index of a tab which is selected within the extension. |
Allow |
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 Settings |
Auto |
Specifies if access keys for ribbon elements should be generated automatically. |
Client |
Gets an object that lists the client-side events specific to the Ribbon. |
Context |
Gets the collection of context tab categories. |
Control |
Provides access to the style settings declared at the root level of the extension’s wrapped web server control.
Inherited from Settings |
Custom |
Enables you to supply any server data that can then be parsed on the client. |
Data |
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 Settings |
Enable |
Gets or sets a value indicating whether themes apply to this extension.
Inherited from Settings |
Encode |
Gets or sets whether to encode editor value and content.
Inherited from Settings |
File |
Specifies the access key that allows end-users to quickly navigate to the ribbon file tab. |
File |
Gets or sets the text displayed in the file tab. |
Group |
Occurs after a group has been bound to a data source. |
Group |
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 Settings |
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 Settings |
Item |
Occurs after a Ribbon item has been bound to a data source. |
Item |
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. |
Keyboard |
Gets or sets a value that specifies whether keyboard navigation is available in the Ribbon extension. |
Key |
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 Settings |
One |
Specifies if a ribbon displays all items in an active tab on one line. |
Pre |
Allows custom processing to be implemented before the extension is rendered to the page.
Inherited from Settings |
Save |
Gets or sets a value that specifies whether cookies are used to persist information about the Ribbon’s state. |
Save |
Gets or sets the name (identifier) of the cookie in which the Ribbon’s state is persisted. |
Settings |
Provides access to the settings of a popup menu in the ribbon. |
Show |
Gets or sets a value that specifies whether the file tab is displayed in the ribbon. |
Show |
Gets or sets a value that specifies whether or not group labels are displayed. |
Show |
Gets or sets whether tab headers are displayed in the ribbon. |
Skin |
Gets or sets the skin to apply to the control.
Inherited from Settings |
Style |
Gets a collection of all cascading style sheet (CSS) properties applied to an extension.
Inherited from Settings |
Styles | Provides access to the style settings that control the appearance of the extension’s visual elements. |
Styles |
Provides access to the style settings defining the appearance of popup menu elements used in a ribbon. |
Styles |
Provides access to the style settings defining the appearance of tab control elements used in a ribbon. |
Tab |
Occurs after a Ribbon tab has been bound to a data source. |
Tab |
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. |
Tab |
Gets or sets the tab index of the control element of the web page.
Inherited from Settings |
Tabs | Gets the collection of ribbon tabs. |
Theme |
Gets or sets the name of the theme to be applied to the extension.
Inherited from Settings |
Tool |
Gets or sets a UI element’s tooltip text.
Inherited from Settings |
Width |
Gets or sets the width of the extension.
Inherited from Settings |
See Also