GridContextMenuSettingsItemBuilder

Methods

Name(System.String)

Specifies the name of the item.

Parameters

value - System.String

The value for Name

RETURNS

The current GridContextMenuSettingsItemBuilder instance for method chaining.

Text(System.String)

Specifies the text of the item.

Parameters

value - System.String

The value for Text

RETURNS

The current GridContextMenuSettingsItemBuilder instance for method chaining.

Icon(System.String)

Specifies the icon of the item.

Parameters

value - System.String

The value for Icon

RETURNS

The current GridContextMenuSettingsItemBuilder instance for method chaining.

Command(System.String)

Specifies the command of the item.

Parameters

value - System.String

The value for Command

RETURNS

The current GridContextMenuSettingsItemBuilder instance for method chaining.

Items(System.Action)

Specifies the items of the item.

Parameters

configurator - System.Action<GridContextMenuSettingsItemFactory>

The configurator for the items setting.

RETURNS

The current GridContextMenuSettingsItemBuilder instance for method chaining.