Class StockChartNavigatorHint
Telerik UI StockChartNavigatorHint.
Inheritance
System.Object
Telerik.Generated.Blazor.Components.DataVizChildComponent
StockChartNavigatorHint
Assembly: Telerik.Blazor.dll
Syntax
public class StockChartNavigatorHint : DataVizChildComponent, IDisposable
Constructors
Declaration
public StockChartNavigatorHint()
Properties
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
The visibility of the hint.
Declaration
public Nullable<bool> Visible { get; set; }
Property Value
System.Nullable<System.Boolean>
|
Methods
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
Declaration
protected override void OnAfterRender(bool firstRender)
Parameters
System.Boolean
firstRender
|
Declaration
protected override void OnInitialized()
Overrides
Telerik.Generated.Blazor.Components.DataVizChildComponent.OnInitialized()
Declaration
public Dictionary<string, object> Serialize()
Returns
System.Collections.Generic.Dictionary<System.String, System.Object>
|