RibbonBarButton Properties |
The RibbonBarButton type exposes the following members.
Name | Description | |
---|---|---|
Active |
Stores and retrieves the value indicating whether button is active (highlighted).
| |
ContextMenuId |
ID of contextmenu linked to this button.
| |
CssClass |
Gets or sets the additional CSS class name to apply.
| |
Disabled |
Stores and retrieves the value indicating whether button is disabled.
| |
DoTranslate |
If set to true (default) the Text is translated
| |
EnableServerClick |
Gets or sets value indicating whether to raize postback 'OnClick' event for this button.
| |
Hide |
Stores and retrieves the value indicating whether not to show the button.
| |
Icon |
Stores and retrieves the predefined button icon. Icons wins over images!
| |
IconColor | ||
Image |
Stores and retrieves the predefined button image.
| |
ImagePath |
Stores and retrieves the path to the button image.
| |
IndependentRenderingInGroup |
If set to true item should render self in group independently
(Inherited from RibbonBarItem.) | |
KeyboardShortcut |
Gets or sets the keboard shortcut for button
| |
ModuleSystemName |
Get and set required module to see this item
| |
NgClick | ||
OnClientClick |
Gets or sets the client-side script which is executed when user clicks on a button.
| |
PerformValidation |
Gets or sets a value indicating whether to perform post back validation.
| |
ShowWait |
Gets or sets a value indicating whether a wait overlay will be displayed when button is clicked.
| |
Size |
Stores and retrieves the size of the button image.
| |
SplitButton | ||
Text |
Stores and retrieves button text.
| |
Title | ||
Version |
Get and set minimum required version to use the button
| |
WaitMessage |
Gets or sets the wait message to show when button is pressed if ShowWait is enabled.
| |
WaitTimeout |
Gets or sets the wait timeout in ms.
|