Show / Hide Table of Contents

Class IgbNumericCellInfo

Backing information for a numeric cell in the grid.

Inheritance
System.Object
BaseRendererElement
IgbCellInfo
IgbNumericCellInfo
Implements
JsonSerializable
Inherited Members
IgbCellInfo.IsCustomFieldDirtyAsync(String)
IgbCellInfo.IsCustomFieldDirty(String)
IgbCellInfo.IsDirtyByIdAsync(Int32)
IgbCellInfo.IsDirtyById(Int32)
IgbCellInfo.IsDirtyAsync(String)
IgbCellInfo.IsDirty(String)
IgbCellInfo.SetNamedValueAsync(String, Object)
IgbCellInfo.SetNamedValue(String, Object)
IgbCellInfo.HasNamedValueAsync(String)
IgbCellInfo.HasNamedValue(String)
IgbCellInfo.RemoveNamedValueAsync(String)
IgbCellInfo.RemoveNamedValue(String)
IgbCellInfo.GetNamedValueAsync(String)
IgbCellInfo.GetNamedValue(String)
IgbCellInfo.StyleKey
IgbCellInfo.DataRow
IgbCellInfo.IsPositionDirty
IgbCellInfo.IsSizeDirty
IgbCellInfo.IsContentDirty
IgbCellInfo.IsBorderDirty
IgbCellInfo.IsLayerDirty
IgbCellInfo.IsStateDirty
IgbCellInfo.IsDataDirty
IgbCellInfo.IsPlaceholdContentNeeded
IgbCellInfo.ActionManager
IgbCellInfo.IsHitTestVisible
IgbCellInfo.IsRowPinned
IgbCellInfo.IsRowSticky
IgbCellInfo.IsLastStickyRow
IgbCellInfo.IsFilterRow
IgbCellInfo.Indent
IgbCellInfo.RowItem
IgbCellInfo.RowItemScript
IgbCellInfo.X
IgbCellInfo.Y
IgbCellInfo.SnappedX
IgbCellInfo.SnappedY
IgbCellInfo.EditOpacity
IgbCellInfo.ContentOpacity
IgbCellInfo.ActualContentOpacity
IgbCellInfo.Opacity
IgbCellInfo.ActualOpacity
IgbCellInfo.Height
IgbCellInfo.Width
IgbCellInfo.IsSelected
IgbCellInfo.SelectedStatus
IgbCellInfo.ActivationStatus
IgbCellInfo.HoverStatus
IgbCellInfo.IsHoverable
IgbCellInfo.HorizontalAlignment
IgbCellInfo.VerticalAlignment
IgbCellInfo.Background
IgbCellInfo.Border
IgbCellInfo.ActualBackground
IgbCellInfo.ActualBorder
IgbCellInfo.ActivationBorder
IgbCellInfo.ErrorBorder
IgbCellInfo.SelectedBackground
IgbCellInfo.HoverBackground
IgbCellInfo.HoverTextColor
IgbCellInfo.SortIndicatorColor
IgbCellInfo.StickyRowBackground
IgbCellInfo.PinnedRowBackground
IgbCellInfo.LastStickyRowBackground
IgbCellInfo.FilterRowBackground
IgbCellInfo.PinnedRowOpacity
IgbCellInfo.OriginalValue
IgbCellInfo.OriginalValueScript
IgbCellInfo.RenderValue
IgbCellInfo.UserFormattedValue
IgbCellInfo.TextColor
IgbCellInfo.ActualTextColor
IgbCellInfo.DeletedTextColor
IgbCellInfo.FontFamily
IgbCellInfo.FontSize
IgbCellInfo.FontStyle
IgbCellInfo.FontWeight
IgbCellInfo.ActualFontFamily
IgbCellInfo.ActualFontSize
IgbCellInfo.ActualFontStyle
IgbCellInfo.ActualFontWeight
IgbCellInfo.LineBreakMode
IgbCellInfo.VirtualizationPercentage
IgbCellInfo.PaddingLeft
IgbCellInfo.PaddingTop
IgbCellInfo.PaddingRight
IgbCellInfo.PaddingBottom
IgbCellInfo.ActualPaddingLeft
IgbCellInfo.ActualPaddingTop
IgbCellInfo.ActualPaddingRight
IgbCellInfo.ActualPaddingBottom
IgbCellInfo.BorderLeftWidth
IgbCellInfo.BorderTopWidth
IgbCellInfo.BorderRightWidth
IgbCellInfo.BorderBottomWidth
IgbCellInfo.ActivationBorderLeftWidth
IgbCellInfo.ActivationBorderTopWidth
IgbCellInfo.ActivationBorderRightWidth
IgbCellInfo.ActivationBorderBottomWidth
IgbCellInfo.ErrorBorderLeftWidth
IgbCellInfo.ErrorBorderTopWidth
IgbCellInfo.ErrorBorderRightWidth
IgbCellInfo.ErrorBorderBottomWidth
IgbCellInfo.ActualBorderLeftWidth
IgbCellInfo.ActualBorderTopWidth
IgbCellInfo.ActualBorderRightWidth
IgbCellInfo.ActualBorderBottomWidth
IgbCellInfo.SortDirection
IgbCellInfo.IsExpanded
IgbCellInfo.IsCollapsable
IgbCellInfo.Pinned
IgbCellInfo.EditFontFamily
IgbCellInfo.EditFontSize
IgbCellInfo.EditFontStyle
IgbCellInfo.EditFontWeight
IgbCellInfo.IsEdited
IgbCellInfo.IsDeleted
IgbCellInfo.EditError
IgbCellInfo.IsInEditMode
IgbCellInfo.EditID
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 IgbNumericCellInfo : IgbCellInfo, JsonSerializable

Constructors

IgbNumericCellInfo()

Declaration
public IgbNumericCellInfo()

Properties

FormatOverride

The format options to apply to the value

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

FormatOverrideScript

Provides a means of setting FormatOverride in the JavaScript environment.

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

FormatSpecifiers

Declaration
public IgbFormatSpecifierCollection FormatSpecifiers { get; set; }
Property Value
Type Description
IgbFormatSpecifierCollection

FormatStringOverride

The format string to apply to the value

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

HasDecimalValue

Sets or gets whether there is a decimal numeric value to use for the cell.

Declaration
public bool HasDecimalValue { get; set; }
Property Value
Type Description
System.Boolean

MaxFractionDigits

The maximum number of decimal places to display when formatting

Declaration
public int MaxFractionDigits { get; set; }
Property Value
Type Description
System.Int32

MinFractionDigits

The minimum number of decimal places to display when formatting

Declaration
public int MinFractionDigits { get; set; }
Property Value
Type Description
System.Int32

MinIntegerDigits

The minimum number of integer digits to display when formatting

Declaration
public int MinIntegerDigits { get; set; }
Property Value
Type Description
System.Int32

NegativePrefix

Sets or gets the text prepended to a negative numeric value

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

NegativeSuffix

Sets or gets the text appended to a negative numeric value

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

NumericValue

Sets or gets the numeric value to use for the cell.

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

PositivePrefix

Sets or gets the text prepended to a positive numeric value

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

PositiveSuffix

Sets or gets the text appended to a positive numeric value

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

ShowGroupingSeparator

Sets or gets if the grouping separator is shown

Declaration
public bool ShowGroupingSeparator { get; set; }
Property Value
Type Description
System.Boolean

Type

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

Methods

FindByName(String)

Declaration
public override object FindByName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Object
Overrides
IgbCellInfo.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
IgbCellInfo.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
IgbCellInfo.ToEventJson(BaseRendererControl, Dictionary<String, Object>)

Implements

JsonSerializable