ASPxClientRibbonItem Members
A client-side equivalent of the ribbon’s RibbonItemBase object.Properties
Name | Description |
---|---|
group | Gets the client group object to which the current item belongs. |
index | Gets or sets the item‘s index within the collection. |
name | Gets the name of the current ribbon item. |
ribbon | Gets the client ribbon object to which the current item belongs. |
Methods
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