ASPxClientRibbonItem Methods
A client-side equivalent of the ribbon’s RibbonItemBase object.| Name | Description |
|---|---|
| GetEnabled | Returns a value indicating whether a ribbon item is enabled. |
| GetValue | Returns the item value. |
| GetVisible | Returns a value specifying whether a ribbon item is displayed. |
| SetEnabled(enabled) | Sets a value specifying whether the item is enabled. |
| SetValue(value) | Sets the item value. |
See Also