Class IgbTreemapNodeStylingEventArgs
Inheritance
System.Object
IgbTreemapNodeStylingEventArgs
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbTreemapNodeStylingEventArgs : BaseRendererElement, JsonSerializable
Constructors
IgbTreemapNodeStylingEventArgs()
Declaration
public IgbTreemapNodeStylingEventArgs()
Properties
CustomValue
Declaration
public object CustomValue { get; set; }
Property Value
Type |
Description |
System.Object |
|
CustomValueScript
Provides a means of setting CustomValue in the JavaScript environment.
Declaration
public string CustomValueScript { get; set; }
Property Value
Type |
Description |
System.String |
|
IsParent
Declaration
public bool IsParent { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Item
Declaration
public object Item { get; set; }
Property Value
Type |
Description |
System.Object |
|
ItemScript
Provides a means of setting Item in the JavaScript environment.
Declaration
public string ItemScript { get; set; }
Property Value
Type |
Description |
System.String |
|
Label
Declaration
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentItem
Declaration
public object ParentItem { get; set; }
Property Value
Type |
Description |
System.Object |
|
ParentItemScript
Provides a means of setting ParentItem in the JavaScript environment.
Declaration
public string ParentItemScript { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentLabel
Declaration
public string ParentLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentSum
Declaration
public double ParentSum { get; set; }
Property Value
Type |
Description |
System.Double |
|
ParentValue
Declaration
public double ParentValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
Style
Declaration
public IgbTreemapNodeStyle Style { get; set; }
Property Value
Sum
Declaration
public double Sum { get; set; }
Property Value
Type |
Description |
System.Double |
|
Type
Declaration
public override string Type { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Value
Declaration
public double Value { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Object |
|
Overrides
FromEventJson(BaseRendererControl, Dictionary<String, Object>)
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
ToEventJson(BaseRendererControl, Dictionary<String, Object>)
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