ASPxClientGanttCustomCommandEventArgs Members
Provides data for the CustomCommand event.Constructors
Name | Description |
---|---|
constructor(commandName, parameter) | Initializes a new instance of the ASPxClientGanttCustomCommandEventArgs class with specified settings. |
Properties
Name | Description |
---|---|
commandName | Specifies the command name for a custom toolbar item. |
parameter | Gets an optional parameter that complements the processed command. |
See Also