Show / Hide Table of Contents

Class IgbDataContext

Represents the data currently in context.

Inheritance
System.Object
BaseRendererElement
IgbDataContext
IgbFunnelSliceDataContext
IgbPieSliceDataContext
Implements
JsonSerializable
Inherited Members
BaseRendererElement._name
BaseRendererElement.eventCallbacksCache
BaseRendererElement._cachedSerializedContent
BaseRendererElement.EnsureModulesLoaded()
BaseRendererElement.BuildRenderTree(RenderTreeBuilder)
BaseRendererElement.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererElement.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelper(String, String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelperSync(String, String, Object[], String[], ElementReference[])
BaseRendererElement.IsPropDirty(String)
BaseRendererElement.Serialize(SerializationContext, String)
BaseRendererElement.Serialize()
BaseRendererElement.EnsureValid()
BaseRendererElement.SetResourceStringAsync(String, String, String)
BaseRendererElement.SetResourceStringAsync(String, String)
BaseRendererElement.CompareEventCallbacks<T>(T, T, Dictionary<Type, Dictionary<String, FieldInfo>>)
BaseRendererElement.IgBlazor
BaseRendererElement.IsComponentRooted
BaseRendererElement.ParentTypeName
BaseRendererElement.UseDirectRender
BaseRendererElement.ChildContent
BaseRendererElement.SupportsVisualChildren
BaseRendererElement.Name
BaseRendererElement.Parent
BaseRendererElement.MethodTarget
BaseRendererElement.CurrParent
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbDataContext : BaseRendererElement, JsonSerializable

Constructors

IgbDataContext()

Declaration
public IgbDataContext()

Properties

ActualItemBrush

Gets the actual resolved brush in use for the item that is in context.

Declaration
public string ActualItemBrush { get; set; }
Property Value
Type Description
System.String

Item

Gets the item that is in context.

Declaration
public object Item { get; set; }
Property Value
Type Description
System.Object

ItemBrush

Gets the potential brush in usage for the item in context.

Declaration
public string ItemBrush { get; set; }
Property Value
Type Description
System.String

ItemLabel

Gets the label in use for the item in context, if available.

Declaration
public object ItemLabel { get; set; }
Property Value
Type Description
System.Object

ItemLabelScript

Provides a means of setting ItemLabel in the JavaScript environment.

Declaration
public string ItemLabelScript { get; set; }
Property Value
Type Description
System.String

ItemScript

Provides a means of setting Item in the JavaScript environment.

Declaration
public string ItemScript { get; set; }
Property Value
Type Description
System.String

LegendLabel

Gets the legend label to use for the item in context, if available.

Declaration
public object LegendLabel { get; set; }
Property Value
Type Description
System.Object

LegendLabelScript

Provides a means of setting LegendLabel in the JavaScript environment.

Declaration
public string LegendLabelScript { get; set; }
Property Value
Type Description
System.String

Outline

Gets the outline in use for the item in context.

Declaration
public string Outline { get; set; }
Property Value
Type Description
System.String

Thickness

Gets the thickness of the item in context.

Declaration
public double Thickness { get; set; }
Property Value
Type Description
System.Double

Type

Declaration
public override string Type { get; }
Property Value
Type Description
System.String
Overrides
BaseRendererElement.Type

Methods

FindByName(String)

Declaration
public override object FindByName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Object
Overrides
BaseRendererElement.FindByName(String)

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
BaseRendererElement.FromEventJson(BaseRendererControl, Dictionary<String, Object>)

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
BaseRendererElement.ToEventJson(BaseRendererControl, Dictionary<String, Object>)

Implements

JsonSerializable