Class InlineToolbarSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
InlineToolbarSettingsBuilder
Assembly: Syncfusion.EJ2.dll
public class InlineToolbarSettingsBuilder : ControlBuilder
Constructors
Declaration
public InlineToolbarSettingsBuilder()
Declaration
public InlineToolbarSettingsBuilder(InlineToolbarSettings model)
Parameters
Methods
Triggers when the inline toolbar is closed.
Declaration
public InlineToolbarSettingsBuilder Close(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
Specifies whether to enable the inline toolbar.
Declaration
public InlineToolbarSettingsBuilder Enable(bool value)
Parameters
| Type |
Name |
Description |
| System.Boolean |
value |
|
Returns
Specifies whether the tooltip is enabled for the inline toolbar.
If set to true, tooltips will be displayed based on the tooltip property of the toolbar item.
Declaration
public InlineToolbarSettingsBuilder EnableTooltip(bool value)
Parameters
| Type |
Name |
Description |
| System.Boolean |
value |
|
Returns
Triggers when the item is clicked in the toolbar.
Declaration
public InlineToolbarSettingsBuilder ItemClicked(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
Specifies the individual items within a toolbar setup, specifying properties like commands, icons, and labels.
Declaration
public InlineToolbarSettingsBuilder Items(object value)
Parameters
| Type |
Name |
Description |
| System.Object |
value |
|
Returns
Triggers when the inline toolbar is opened.
Declaration
public InlineToolbarSettingsBuilder Open(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
Specifies the width of the popup.
Defaults value is 100%.
Declaration
public InlineToolbarSettingsBuilder Width(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
Specifies the width of the popup.
Defaults value is 100%.
Declaration
public InlineToolbarSettingsBuilder Width(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns