GridContextMenuSettingsItemBuilder
Methods
Name(System.String)
Specifies the name of the item.
Parameters
value - System.String
The value for Name
Text(System.String)
Specifies the text of the item.
Parameters
value - System.String
The value for Text
Icon(System.String)
Specifies the icon of the item.
Parameters
value - System.String
The value for Icon
Command(System.String)
Specifies the command of the item.
Parameters
value - System.String
The value for Command
Items(System.Action)
Specifies the items of the item.
Parameters
configurator - System.Action<GridContextMenuSettingsItemFactory>
The configurator for the items setting.