Class IgbToolContextBinding
Inheritance
System.Object
IgbToolContextBinding
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbToolContextBinding : BaseRendererElement, JsonSerializable
Constructors
IgbToolContextBinding()
Declaration
public IgbToolContextBinding()
Properties
BindingMode
Declaration
public ToolContextBindingMode BindingMode { get; set; }
Property Value
ContextKey
Declaration
public string ContextKey { get; set; }
Property Value
| Type |
Description |
| System.String |
|
PropertyName
Declaration
public string PropertyName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
PropertyUpdated
Declaration
public EventCallback<IgbPropertyUpdatedEventArgs> PropertyUpdated { get; set; }
Property Value
PropertyUpdatedScript
Declaration
public string PropertyUpdatedScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Implements