ASPxClientRibbon Members
In This Article
#Properties
Name | Description |
---|---|
name |
Gets the unique, hierarchically-qualified identifier for the control.
Inherited from ASPx |
#Methods
Name | Description |
---|---|
Adjust |
Modifies the control’s size against the control’s container.
Inherited from ASPx |
Adjust |
Modifies the controls size within the specified container.
Inherited from ASPx |
Cast |
Converts the specified object to the ASPx |
Get |
Returns the active tab within the ribbon control. |
Get |
Obsolete. Returns a value specifying whether a control is displayed.
Inherited from ASPx |
Get |
Returns a collection of client web control objects.
Inherited from ASPx |
Get |
Returns a value indicating whether the ribbon is enabled. |
Get |
Returns the control’s height.
Inherited from ASPx |
Get |
Returns a ribbon item specified by its name. |
Get |
Returns a value of item with the specified name. |
Get |
Returns an HTML element that is the root of the control’s hierarchy.
Inherited from ASPx |
Get |
Gets a value specifying whether the ribbon is minimized. |
Get |
Returns a client instance of the control that is the parent for a specified control.
Inherited from ASPx |
Get |
Returns a tab specified by its index. |
Get |
Returns a tab specified by its name. |
Get |
Returns the number of tabs in the ribbon ASPx |
Get |
Returns a value specifying whether a control is displayed.
Inherited from ASPx |
Get |
Returns the control’s width.
Inherited from ASPx |
In |
Returns a value that determines whether a callback request sent by a web control is being currently processed on the server side.
Inherited from ASPx |
Send |
Specifies the text that Assistive Technologies (screen readers or braille display, for example) will provide to a user.
Inherited from ASPx |
Set |
Makes the specified tab active in the ribbon control on the client side. |
Set |
Makes a tab active within the ribbon control, specifying the tab’s index. |
Set |
Obsolete. Specifies whether a control is displayed.
Inherited from ASPx |
Set |
Specifies the visibility of a context tab category specified by its name. |
Set |
Specifies whether the ribbon control is enabled. |
Set |
Specifies the control’s height. Note that this method is not in effect for some controls. Inherited from ASPx |
Set |
Sets the value of the item with the specified name. |
Set |
Specifies whether the ribbon is minimized. |
Set |
Specifies whether a control is displayed.
Inherited from ASPx |
Set |
Specifies the control’s width in pixels.
Inherited from ASPx |
Show |
Shows ribbon key tips. |
#Events
Name | Description |
---|---|
Active |
Fires on the client side after the active tab has been changed within a ribbon control. |
Command |
Occurs after an end-user executes an action on a ribbon item. |
Dialog |
Fires on the client side after a dialog box launcher has been clicked. |
File |
Occurs when the file tab is clicked. |
Init |
Occurs on the client side after the control has been initialized.
Inherited from ASPx |
Key |
Fires after key tips are closed by pressing Esc. |
Minimization |
Occurs on the client side when the ribbon minimization state is changed by end-user actions. |
See Also