Class IgbToolActionInfo
Represents info for toolbar action
Inheritance
System.Object
IgbToolActionInfo
Assembly: IgniteUI.Blazor.dll
public class IgbToolActionInfo : BaseRendererElement, JsonSerializable
Constructors
Declaration
public IgbToolActionInfo()
Properties
Sets the submenu actions for the icon button.
Declaration
public IgbToolActionInfo[] Actions { get; set; }
Property Value
Sets if the menu will close when the action is executed.
Declaration
public bool CloseOnExecute { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Gets or sets commands's argument
Declaration
public string CommandArgument { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets or sets commands's value
Declaration
public object CommandArgumentValue { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
Provides a means of setting CommandArgumentValue in the JavaScript environment.
Declaration
public string CommandArgumentValueScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets or sets command's ID
Declaration
public string CommandId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ContextBindings
Sets the context bindings for the tool action.
Declaration
public IgbToolContextBindingInfo[] ContextBindings { get; set; }
Property Value
Sets the desnity to use for the tool.
Declaration
public ToolActionInfoDensity Density { get; set; }
Property Value
DisabledTextColor
Sets the text color to use when the action is disabled.
Declaration
public string DisabledTextColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Sets the height of the tool.
Declaration
public double Height { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Gets or sets top name of icons collaction
Declaration
public string IconCollectionName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Sets the icon fill color.
Declaration
public string IconFill { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public double IconHeight { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public string IconName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Sets the icon stroke color.
Declaration
public string IconStroke { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Sets the icon stroke thickness.
Declaration
public double IconStrokeWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Sets icon viewbox height.
Declaration
public double IconViewBoxHeight { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Sets the icon viewbox left position.
Declaration
public double IconViewBoxLeft { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Sets the icon viewbox top position.
Declaration
public double IconViewBoxTop { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Sets the icon viewbox width.
Declaration
public double IconViewBoxWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double IconWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Sets whether the action is disabled.
Declaration
public bool IsDisabled { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Sets whether the action is highlighted.
Declaration
public bool IsHighlighted { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Gets or sets bottom padding
Declaration
public double PaddingBottom { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Gets or sets left padding
Declaration
public double PaddingLeft { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Gets or sets right padding
Declaration
public double PaddingRight { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double PaddingTop { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public string ParentId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Sets the height of the sub panel if different than default.
Declaration
public int SubPanelRowHeight { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Gets or sets display subtitle
Declaration
public string Subtitle { get; set; }
Property Value
| Type |
Description |
| System.String |
|
TextColor
Sets the text color to use.
Declaration
public string TextColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets or sets display label
Declaration
public string Title { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Declaration
protected override void FromEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
| Type |
Name |
Description |
| BaseRendererControl |
control |
|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
args |
|
Overrides
Declaration
protected override void ToEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
| Type |
Name |
Description |
| BaseRendererControl |
control |
|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
args |
|
Overrides
Implements