Show / Hide Table of Contents

Class IgbToolActionNumberInputInfo

Inheritance
System.Object
BaseRendererElement
IgbToolActionInfo
IgbToolActionNumberInputInfo
Implements
JsonSerializable
Inherited Members
IgbToolActionInfo.ParentId
IgbToolActionInfo.CommandId
IgbToolActionInfo.CommandArgument
IgbToolActionInfo.CommandArgumentValue
IgbToolActionInfo.CommandArgumentValueScript
IgbToolActionInfo.PaddingLeft
IgbToolActionInfo.PaddingRight
IgbToolActionInfo.PaddingBottom
IgbToolActionInfo.PaddingTop
IgbToolActionInfo.Title
IgbToolActionInfo.Subtitle
IgbToolActionInfo.IconName
IgbToolActionInfo.IconCollectionName
IgbToolActionInfo.IconViewBoxLeft
IgbToolActionInfo.IconViewBoxTop
IgbToolActionInfo.IconViewBoxWidth
IgbToolActionInfo.IconViewBoxHeight
IgbToolActionInfo.IconWidth
IgbToolActionInfo.IconHeight
IgbToolActionInfo.IconFill
IgbToolActionInfo.IconStroke
IgbToolActionInfo.IconStrokeWidth
IgbToolActionInfo.SubPanelRowHeight
IgbToolActionInfo.Height
IgbToolActionInfo.IsDisabled
IgbToolActionInfo.IsHighlighted
IgbToolActionInfo.TextColor
IgbToolActionInfo.DisabledTextColor
IgbToolActionInfo.CloseOnExecute
IgbToolActionInfo.Density
IgbToolActionInfo.Actions
IgbToolActionInfo.ContextBindings
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 IgbToolActionNumberInputInfo : IgbToolActionInfo, JsonSerializable

Constructors

IgbToolActionNumberInputInfo()

Declaration
public IgbToolActionNumberInputInfo()

Properties

Type

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

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

Implements

JsonSerializable