Class IgbToolActionButtonPairInfo
Represents info for toolbar icon
Inheritance
System.Object
IgbToolActionButtonPairInfo
Assembly: IgniteUI.Blazor.dll
public class IgbToolActionButtonPairInfo : IgbToolActionInfo, JsonSerializable
Constructors
Declaration
public IgbToolActionButtonPairInfo()
Properties
Gets or sets whether toggle is disabled for the buttons
Declaration
public bool IsToggleDisabled { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Gets or sets the left button's command's argument
Declaration
public string LeftCommandArgument { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets or sets the collection name of left icon
Declaration
public string LeftIconCollectionName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets or sets the left icon fill color.
Declaration
public string LeftIconFill { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets or sets the left icon name
Declaration
public string LeftIconName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets or sets the left icon stroke color.
Declaration
public string LeftIconStroke { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets or sets the left icon stroke width.
Declaration
public double LeftIconStrokeWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Sets left icon's viewbox height.
Declaration
public double LeftIconViewBoxHeight { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Sets the left icon's viewbox left position.
Declaration
public double LeftIconViewBoxLeft { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Sets the left icon's viewbox top position.
Declaration
public double LeftIconViewBoxTop { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Sets the left icon's viewbox width.
Declaration
public double LeftIconViewBoxWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Gets or sets left display label
Declaration
public string LeftTitle { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets or sets the right button's command argument
Declaration
public string RightCommandArgument { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets or sets collection name of right icon
Declaration
public string RightIconCollectionName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets or sets the left icon fill color.
Declaration
public string RightIconFill { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets or sets right icon name
Declaration
public string RightIconName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets or sets the left icon stroke color.
Declaration
public string RightIconStroke { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets or sets the left icon stroke width.
Declaration
public double RightIconStrokeWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Sets right icon's viewbox height.
Declaration
public double RightIconViewBoxHeight { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Sets the right icon's viewbox left position.
Declaration
public double RightIconViewBoxLeft { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Sets the right icon's viewbox top position.
Declaration
public double RightIconViewBoxTop { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Sets the right icon's viewbox width.
Declaration
public double RightIconViewBoxWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Gets or sets the right display label
Declaration
public string RightTitle { 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