DXMenuItem Constructors
A regular menu item.
Name | Parameters | Description |
---|---|---|
DXMenu |
none |
Initializes a new instance of the DXMenu |
DXMenu |
caption, priority |
Initializes a new instance of the DXMenu |
DXMenu |
caption, click, priority |
Initializes a new instance of the DXMenu |
DXMenu |
caption, click, svg |
Initializes a new instance of the DXMenu |
DXMenu |
caption, click, image, image |
Initializes a new instance of the DXMenu |
DXMenu |
caption, click, image, image |
Initializes a new instance of the DXMenu |
DXMenu |
caption, click, image, image |
Initializes a new instance of the DXMenu |
DXMenu |
caption, click, image |
Initializes a new instance of the DXMenu |
DXMenu |
caption, click |
Initializes a new instance of the DXMenu |
DXMenu |
caption |
Initializes a new instance of the DXMenu |
See Also