constructor(name, text) Constructor
Initializes a new instance of the ASPxClientSpreadsheetPopupMenuItem class with specified settings.
Declaration
constructor(
name: string,
text: string,
parentItem?: ASPxClientSpreadsheetPopupMenuItem,
itemProperties?: any
)
Parameters
Name | Type |
---|---|
name | string |
text | string |
parentItem | ASPxClientSpreadsheetPopupMenuItem |
itemProperties | any |
See Also