Class IgbToolActionEventDetail
Inheritance
System.Object
IgbToolActionEventDetail
Assembly: IgniteUI.Blazor.dll
public class IgbToolActionEventDetail : BaseRendererElement, JsonSerializable
Constructors
Declaration
public IgbToolActionEventDetail()
Properties
Declaration
public string ActionId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public ToolActionType ActionType { get; set; }
Property Value
Declaration
public bool BoolValue { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public DateTime DateTimeValue { get; set; }
Property Value
| Type |
Description |
| System.DateTime |
|
Declaration
public bool IsModified { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public double NumberValue { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public string StringValue { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Declaration
public object UntypedValue { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
Provides a means of setting UntypedValue in the JavaScript environment.
Declaration
public string UntypedValueScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Implements