ASPxClientRibbonCommandExecutedEventArgs.parameter Property
Gets an optional parameter that complements the processed command.
Declaration
parameter: string
Property Value
Type | Description |
---|---|
string | A string value containing additional information about the processed command. |
Remarks
The parameter property complements the ASPxClientRibbonCommandExecutedEventArgs.item property, allowing you to obtain additional information about the command being processed.
The table below contains descriptions of values returned by the parameter property upon the processed item type.
Item Type | Return Value |
---|---|
null | |
| |
16-bit RGB hexadecimal representation of a color in a string format, e.g., #ff0000 Or the RibbonColorButtonItem.AutomaticColorItemValue property value, if the automatic color item is selected. | |
A string representation of the item value | |
A string representation of the item value | |
null | |
| |
Depends on the RibbonGalleryBarItem.ValueType property | |
Depends on the RibbonGalleryProperties.ValueType property | |
| |
A string representation of the item value | |
- | |
A string representation of the item value | |
|