Represents a Numeric grid column, used to allow the developer to display a formatted number in a cell.

Implements
  • IComponent
  • IHandleEvent
  • IHandleAfterRender
  • JsonSerializable
  • IDisposable

constructor

public IgbNumericColumn()

Returns IgbNumericColumn

Inherited from: IgbDataGridColumn

[CascadingParameter(Name = "DataGridParent")]
protected BaseRendererControl DataGridParent { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the amount of left padding to use for the cell content for this column.

[Parameter]
public int PaddingLeft { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the amount of top padding to use for the cell content for this column.

[Parameter]
public int PaddingTop { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the amount of right padding to use for the cell content of this column.

[Parameter]
public int PaddingRight { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the amount of bottom padding to use for the cell content of this column.

[Parameter]
public int PaddingBottom { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the key used for the column binding

[Parameter]
public string Field { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the text displayed in the header of the column

[Parameter]
public string HeaderText { get; set; }

Inherited from: IgbDataGridColumn

Gets the actual text displayed in the header of the column

[Parameter]
public string ActualHeaderText { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the background color to use for the cells when they are selected

[Parameter]
public string SelectedBackground { get; set; }

Inherited from: IgbDataGridColumn

Gets the actual background color that is used for the cells when they are selected

[Parameter]
public string ActualSelectedBackground { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the text color to use for the cells when they are selected

[Parameter]
public string SelectedTextColor { get; set; }

Inherited from: IgbDataGridColumn

Gets the actual text color that is used for the cells when they are selected

[Parameter]
public string ActualSelectedTextColor { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the background color to use for the cells when the row is hovered.

[Parameter]
public string RowHoverBackground { get; set; }

Inherited from: IgbDataGridColumn

Gets the actual background color that is used for the cells when they are hovered.

[Parameter]
public string ActualHoverBackground { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the text color to use for the cells when the row is hovered.

[Parameter]
public string RowHoverTextColor { get; set; }

Inherited from: IgbDataGridColumn

Gets the actual text color that is used for the cells when they are hovered.

[Parameter]
public string ActualRowHoverTextColor { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the animation settings to use for this column.

[Parameter]
public IgbGridColumnAnimationSettings AnimationSettings { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the width to use for this column.

[Parameter]
public IgbColumnWidth Width { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.

[Parameter]
public double MinWidth { get; set; }

Inherited from: IgbDataGridColumn

Gets whether this column was projected from markup/templates and is constrained.

[Parameter]
public bool IsFromMarkup { get; set; }

Inherited from: IgbDataGridColumn

Gets whether this column was auto generated.

[Parameter]
public bool IsAutoGenerated { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets a filter to apply on the values of this column

[Parameter]
public IgbColumnFilterCondition Filter { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets a filter to apply to the values of this column.

[Parameter]
public IgbFilterExpression FilterExpression { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the header definition for this column.

[Parameter]
public IgbHeader Header { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets whether filtering is enabled for this column.

[Parameter]
public bool IsFilteringEnabled { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets whether resizing is enabled for this column.

[Parameter]
public bool IsResizingEnabled { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets whether sorting is enabled for this column from the UI.

[Parameter]
public bool IsSortingEnabled { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets whether or not a column is hidden from the grid

[Parameter]
public bool IsHidden { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets if a column should be removed from the grid when it is fully hidden

[Parameter]
public bool ShouldRemoveWhenHidden { get; set; }

Inherited from: IgbDataGridColumn

Gets the current sort direction (None, Ascending, Descending) for this column.

[Parameter]
public ColumnSortDirection SortDirection { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the current fixed position for this column.

[Parameter]
public PinnedPositions Pinned { get; set; }

Inherited from: IgbDataGridColumn

Gets the actual column options icon alignment for this column.

[Parameter]
public ColumnOptionsIconAlignment ActualColumnOptionsIconAlignment { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets whether the column options icon is aligned opposite the header text or not.

[Parameter]
public ColumnOptionsIconAlignment ColumnOptionsIconAlignment { get; set; }

Inherited from: IgbDataGridColumn

Gets the actual column options icon color for this column.

[Parameter]
public string ActualColumnOptionsIconColor { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the column options icon color for this column.

[Parameter]
public string ColumnOptionsIconColor { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets how the column option icon will behave in the column header.

[Parameter]
public ColumnOptionsIconBehavior ColumnOptionsIconBehavior { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets how the column option icon will behave in the column header.

[Parameter]
public ColumnOptionsIconBehavior ActualColumnOptionsIconBehavior { get; set; }

Inherited from: IgbDataGridColumn

Gets the actual state of the column options for this column.

[Parameter]
public bool ActualIsColumnOptionsEnabled { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the preferred state of the column options for this column. If the feature is disabled at the grid level then it will be disabled for the column regardless of what this is set to.

[Parameter]
public bool IsColumnOptionsEnabled { get; set; }

ActualIsColumnOptionsSummariesEnabled

Section titled "ActualIsColumnOptionsSummariesEnabled"

Inherited from: IgbDataGridColumn

Gets the actual state of summaries menu in the column options for this column.

[Parameter]
public bool ActualIsColumnOptionsSummariesEnabled { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets whether to show the summaries option in the column options menu for this column.

[Parameter]
public bool IsColumnOptionsSummariesEnabled { get; set; }

ActualIsColumnOptionsGroupingEnabled

Section titled "ActualIsColumnOptionsGroupingEnabled"

Inherited from: IgbDataGridColumn

Gets the actual state of grouping menu in the column options for this column.

[Parameter]
public bool ActualIsColumnOptionsGroupingEnabled { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets whether to show the grouping option in the column options menu for this column.

[Parameter]
public bool IsColumnOptionsGroupingEnabled { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the column options dropdown background color.

[Parameter]
public string ActualColumnOptionsBackground { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the column options dropdown background color.

[Parameter]
public string ColumnOptionsBackground { get; set; }

ActualColumnOptionsScrollbarBackground

Section titled "ActualColumnOptionsScrollbarBackground"

Inherited from: IgbDataGridColumn

Gets the resolved scrollbar background color for checkbox lists in the column options dialog.

[Parameter]
public string ActualColumnOptionsScrollbarBackground { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the scrollbar background color for checkbox lists in this column's options dialog.

[Parameter]
public string ColumnOptionsScrollbarBackground { get; set; }

ActualColumnOptionsScrollbarHoverBackground

Section titled "ActualColumnOptionsScrollbarHoverBackground"

Inherited from: IgbDataGridColumn

Gets the resolved scrollbar thumb hover background color for checkbox lists in the column options dialog.

[Parameter]
public string ActualColumnOptionsScrollbarHoverBackground { get; set; }

ColumnOptionsScrollbarHoverBackground

Section titled "ColumnOptionsScrollbarHoverBackground"

Inherited from: IgbDataGridColumn

Gets or sets the scrollbar thumb hover background color for checkbox lists in this column's options dialog.

[Parameter]
public string ColumnOptionsScrollbarHoverBackground { get; set; }

ActualColumnOptionsScrollbarActiveBackground

Section titled "ActualColumnOptionsScrollbarActiveBackground"

Inherited from: IgbDataGridColumn

Gets the resolved scrollbar thumb active (dragging) background color for checkbox lists in the column options dialog.

[Parameter]
public string ActualColumnOptionsScrollbarActiveBackground { get; set; }

ColumnOptionsScrollbarActiveBackground

Section titled "ColumnOptionsScrollbarActiveBackground"

Inherited from: IgbDataGridColumn

Gets or sets the scrollbar thumb active (dragging) background color for checkbox lists in this column's options dialog.

[Parameter]
public string ColumnOptionsScrollbarActiveBackground { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the text color for text inside the column options menu.

[Parameter]
public string ActualColumnOptionsTextColor { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the text color for text inside the column options menu.

[Parameter]
public string ColumnOptionsTextColor { get; set; }

Inherited from: IgbDataGridColumn

[Parameter]
public string ColumnOptionsFontFamily { get; set; }

Inherited from: IgbDataGridColumn

[Parameter]
public double ColumnOptionsFontSize { get; set; }

Inherited from: IgbDataGridColumn

[Parameter]
public string ColumnOptionsFontStyle { get; set; }

Inherited from: IgbDataGridColumn

[Parameter]
public string ColumnOptionsFontWeight { get; set; }

ActualColumnOptionsHoverBackgroundColor

Section titled "ActualColumnOptionsHoverBackgroundColor"

Inherited from: IgbDataGridColumn

[Parameter]
public string ActualColumnOptionsHoverBackgroundColor { get; set; }

Inherited from: IgbDataGridColumn

[Parameter]
public string ColumnOptionsHoverBackgroundColor { get; set; }

ActualColumnOptionsToolTipBackgroundColor

Section titled "ActualColumnOptionsToolTipBackgroundColor"

Inherited from: IgbDataGridColumn

[Parameter]
public string ActualColumnOptionsToolTipBackgroundColor { get; set; }

ColumnOptionsToolTipBackgroundColor

Section titled "ColumnOptionsToolTipBackgroundColor"

Inherited from: IgbDataGridColumn

[Parameter]
public string ColumnOptionsToolTipBackgroundColor { get; set; }

ActualColumnOptionsToolTipTextColor

Section titled "ActualColumnOptionsToolTipTextColor"

Inherited from: IgbDataGridColumn

[Parameter]
public string ActualColumnOptionsToolTipTextColor { get; set; }

Inherited from: IgbDataGridColumn

[Parameter]
public string ColumnOptionsToolTipTextColor { get; set; }

Inherited from: IgbDataGridColumn

[Parameter]
public string ActualColumnOptionsHighlightColor { get; set; }

Inherited from: IgbDataGridColumn

[Parameter]
public string ColumnOptionsHighlightColor { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the color of separators inside the column options menu.

[Parameter]
public string ActualColumnOptionsSeparatorColor { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the color of separators inside the column options menu.

[Parameter]
public string ColumnOptionsSeparatorColor { get; set; }

ActualColumnOptionsGroupHeaderBackground

Section titled "ActualColumnOptionsGroupHeaderBackground"

Inherited from: IgbDataGridColumn

Gets or sets the background color for group headers inside the column options menu.

[Parameter]
public string ActualColumnOptionsGroupHeaderBackground { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the background color for group headers inside the column options menu.

[Parameter]
public string ColumnOptionsGroupHeaderBackground { get; set; }

ActualColumnOptionsGroupHeaderTextColor

Section titled "ActualColumnOptionsGroupHeaderTextColor"

Inherited from: IgbDataGridColumn

Gets the actual text color for group headers inside the column options menu.

[Parameter]
public string ActualColumnOptionsGroupHeaderTextColor { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the text color for group headers inside the column options menu.

[Parameter]
public string ColumnOptionsGroupHeaderTextColor { get; set; }

Inherited from: IgbDataGridColumn

[Parameter]
public string ColumnOptionsGroupHeaderFontFamily { get; set; }

Inherited from: IgbDataGridColumn

[Parameter]
public double ColumnOptionsGroupHeaderFontSize { get; set; }

Inherited from: IgbDataGridColumn

[Parameter]
public string ColumnOptionsGroupHeaderFontStyle { get; set; }

Inherited from: IgbDataGridColumn

[Parameter]
public string ColumnOptionsGroupHeaderFontWeight { get; set; }

Inherited from: IgbDataGridColumn

[Parameter]
public string ActualColumnOptionsAccentColor { get; set; }

Inherited from: IgbDataGridColumn

[Parameter]
public string ColumnOptionsAccentColor { get; set; }

Inherited from: IgbDataGridColumn

[Parameter]
public int ActualColumnOptionsRowHeight { get; set; }

Inherited from: IgbDataGridColumn

[Parameter]
public int ColumnOptionsRowHeight { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets if the column is editable.

[Parameter]
public bool IsEditable { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the text color used for deleted rows.

[Parameter]
public string DeletedTextColor { get; set; }

Inherited from: IgbDataGridColumn

Gets the actual text color used for deleted rows.

[Parameter]
public string ActualDeletedTextColor { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the opacity to use for unsaved edited cell values.

[Parameter]
public double EditOpacity { get; set; }

Inherited from: IgbDataGridColumn

Gets the actual opacity for unsaved edited cell values.

[Parameter]
public double ActualEditOpacity { get; set; }

Inherited from: IgbDataGridColumn

[Parameter]
public string EditFontFamily { get; set; }

Inherited from: IgbDataGridColumn

[Parameter]
public double EditFontSize { get; set; }

Inherited from: IgbDataGridColumn

[Parameter]
public string EditFontStyle { get; set; }

Inherited from: IgbDataGridColumn

[Parameter]
public string EditFontWeight { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets if and how cell merging is performed for this field.

[Parameter]
public MergedCellMode MergedCellMode { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets how cells are evaluated for merging.

[Parameter]
public MergedCellEvaluationCriteria MergedCellEvaluationCriteria { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the vertical alignment to use for the merged cell content.

[Parameter]
public CellContentVerticalAlignment MergedCellVerticalAlignment { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the amount of left padding to use for the cell content for this column.

[Parameter]
public int MergedCellPaddingLeft { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the amount of top padding to use for the cell content for this column.

[Parameter]
public int MergedCellPaddingTop { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the amount of right padding to use for the cell content of this column.

[Parameter]
public int MergedCellPaddingRight { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the amount of bottom padding to use for the cell content of this column.

[Parameter]
public int MergedCellPaddingBottom { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets whether UI filters are case sensitive or not.

[Parameter]
public FilterComparisonType FilterComparisonType { get; set; }

Inherited from: IgbDataGridColumn

Gets a list of the current custom filters for this column.

public IgbGridFilterOperandsCollection FilterOperands { get; protected set; }

Inherited from: IgbDataGridColumn

Gets or sets the text to display in the suffix area of cells in this column.

[Parameter]
public string SuffixText { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the color of the text in the suffix area of the cells in this column.

[Parameter]
public string SuffixTextColor { get; set; }

Inherited from: IgbDataGridColumn

[Parameter]
public string SuffixTextFontFamily { get; set; }

Inherited from: IgbDataGridColumn

[Parameter]
public double SuffixTextFontSize { get; set; }

Inherited from: IgbDataGridColumn

[Parameter]
public string SuffixTextFontStyle { get; set; }

Inherited from: IgbDataGridColumn

[Parameter]
public string SuffixTextFontWeight { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the icon to use in the suffix area of the cells in this column.

[Parameter]
public string SuffixIconName { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the icon to use in the suffix area of the cells in this column.

[Parameter]
public string SuffixIconCollectionName { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the stroke color of suffix icon.

[Parameter]
public string SuffixIconStroke { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the fill color of suffix icon.

[Parameter]
public string SuffixIconFill { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the suffix icon's viewbox x coordinate.

[Parameter]
public double SuffixIconViewBoxLeft { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the suffix icon's viewbox y coordinate.

[Parameter]
public double SuffixIconViewBoxTop { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the suffix icon's viewbox width.

[Parameter]
public double SuffixIconViewBoxWidth { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the suffix icon's viewbox height.

[Parameter]
public double SuffixIconViewBoxHeight { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the suffix margin.

[Parameter]
public double SuffixMargin { get; set; }

Inherited from: IgbDataGridColumn

Gets or sets the text decoration to apply to cells in this column.

[Parameter]
public TextCellDecoration TextDecoration { get; set; }

Inherited from: IgbDataGridColumn

[Parameter]
public string FormatCellScript { get; set; }

Inherited from: IgbDataGridColumn

[Parameter]
public Action<IgbFormatCellEventArgs> FormatCell { get; set; }

Inherited from: IgbDefinitionBase

public IgbGridConditionalStyleCollection ContentConditionalStyles { get; }

Inherited from: IgbDefinitionBase

public IgbGridConditionalStyleCollection ActualConditionalStyles { get; }

Inherited from: IgbDefinitionBase

Gets or sets the background color to use.

[Parameter]
public string Background { get; set; }

Inherited from: IgbDefinitionBase

Gets the style key information to use for judging when a property will be set later by a style

public IgbGridConditionalStyleCollection ConditionalStyles { get; protected set; }

Inherited from: IgbDefinitionBase

Gets or sets the background color to use.

[Parameter]
public string Border { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the background color to use.

[Parameter]
public string ActivationBorder { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the error border color to use.

[Parameter]
public string ErrorBorder { get; set; }

Inherited from: IgbDefinitionBase

Gets the actual border color that will be used.

[Parameter]
public string ActualBorder { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the amount of left border to use for the cell content for this column.

[Parameter]
public int BorderLeftWidth { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the amount of top border to use for the cell content for this column.

[Parameter]
public int BorderTopWidth { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the amount of right border to use for the cell content of this column.

[Parameter]
public int BorderRightWidth { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the amount of bottom border to use for the cell content of this column.

[Parameter]
public int BorderBottomWidth { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the amount of left activation border to use for the cell content for this column.

[Parameter]
public int ActivationBorderLeftWidth { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the amount of top activation border to use for the cell content for this column.

[Parameter]
public int ActivationBorderTopWidth { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the amount of right activation border to use for the cell content of this column.

[Parameter]
public int ActivationBorderRightWidth { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the amount of bottom activation border to use for the cell content of this column.

[Parameter]
public int ActivationBorderBottomWidth { get; set; }

Inherited from: IgbDefinitionBase

[Parameter]
public int ErrorBorderLeftWidth { get; set; }

Inherited from: IgbDefinitionBase

[Parameter]
public int ErrorBorderTopWidth { get; set; }

Inherited from: IgbDefinitionBase

[Parameter]
public int ErrorBorderRightWidth { get; set; }

Inherited from: IgbDefinitionBase

[Parameter]
public int ErrorBorderBottomWidth { get; set; }

Inherited from: IgbDefinitionBase

Gets the actual background color that will be used.

[Parameter]
public string ActualBackground { get; set; }

Inherited from: IgbDefinitionBase

Gets the actual background color that will be used.

[Parameter]
public string ActualActivationBorder { get; set; }

Inherited from: IgbDefinitionBase

Gets the actual error border color that will be used.

[Parameter]
public string ActualErrorBorder { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the background color for content that sticks to the top of the grid.

[Parameter]
public string StickyRowBackground { get; set; }

Inherited from: IgbDefinitionBase

Gets the actual background color for content that sticks to the top of the grid.

[Parameter]
public string ActualStickyRowBackground { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the background color for cells belonging to rows marked as pinned.

[Parameter]
public string PinnedRowBackground { get; set; }

Inherited from: IgbDefinitionBase

Gets the actual background color for cells belonging to rows marked as pinned.

[Parameter]
public string ActualPinnedRowBackground { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the color for the last row in the sticky row area.

[Parameter]
public string LastStickyRowBackground { get; set; }

Inherited from: IgbDefinitionBase

Gets the actual color for the last row in the sticky row area.

[Parameter]
public string ActualLastStickyRowBackground { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the opacity of the content.

[Parameter]
public double ContentOpacity { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the horizontal alignment to use for the cell content.

[Parameter]
public CellContentHorizontalAlignment HorizontalAlignment { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the vertical alignment to use for the cell content.

[Parameter]
public CellContentVerticalAlignment VerticalAlignment { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the line breaking mode to use if text is present in the cell.

[Parameter]
public TextCellLineBreakMode LineBreakMode { get; set; }

Inherited from: IgbDefinitionBase

Gets the actual line break mode which will be used if text is present in the cell.

[Parameter]
public TextCellLineBreakMode ActualLineBreakMode { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the color to use for displaying text.

[Parameter]
public string TextColor { get; set; }

Inherited from: IgbDefinitionBase

Gets the actual color used for displaying text.

[Parameter]
public string ActualTextColor { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets whether the bar is supported.

[Parameter]
public bool IsBarSupported { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the color to use for value bars.

[Parameter]
public string BarBackground { get; set; }

Inherited from: IgbDefinitionBase

Gets the actual color used for value bars.

[Parameter]
public string ActualBarBackground { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the Outline color to use for value bars.

[Parameter]
public string BarOutline { get; set; }

Inherited from: IgbDefinitionBase

Gets the actual Outline color used for value bars.

[Parameter]
public string ActualBarOutline { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the stroke thickness to use for value bars.

[Parameter]
public int BarStrokeThickness { get; set; }

Inherited from: IgbDefinitionBase

Gets the actual stroke thickness used for value bars.

[Parameter]
public int ActualBarStrokeThickness { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the stroke thickness to use for value bars.

[Parameter]
public int BarCornerRadius { get; set; }

Inherited from: IgbDefinitionBase

Gets the actual stroke thickness used for value bars.

[Parameter]
public int ActualBarCornerRadius { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the color to use for displaying text.

[Parameter]
public double PinnedRowOpacity { get; set; }

Inherited from: IgbDefinitionBase

Gets or sets the color to use for displaying text.

[Parameter]
public double ActualPinnedRowOpacity { get; set; }

Inherited from: IgbDefinitionBase

[Parameter]
public string FontFamily { get; set; }

Inherited from: IgbDefinitionBase

[Parameter]
public double FontSize { get; set; }

Inherited from: IgbDefinitionBase

[Parameter]
public string FontStyle { get; set; }

Inherited from: IgbDefinitionBase

[Parameter]
public string FontWeight { get; set; }

Inherited from: IgbDefinitionBase

[Parameter]
public string DataBindingScript { get; set; }

Inherited from: IgbDefinitionBase

[Parameter]
public Action<IgbDataBindingEventArgs> DataBinding { get; set; }

Inherited from: IgbDefinitionBase

[Parameter]
public string DataBoundScript { get; set; }

Inherited from: IgbDefinitionBase

[Parameter]
public Action<IgbDataBindingEventArgs> DataBound { get; set; }

Inherited from: IgbDefinitionBase

[Parameter]
public string CellStyleKeyRequestedScript { get; set; }

Inherited from: IgbDefinitionBase

[Parameter]
public Action<IgbCellStyleRequestedEventArgs> CellStyleKeyRequested { get; set; }

Inherited from: BaseRendererElement

[Inject]
protected IIgniteUIBlazor IgBlazor { get; set; }

Inherited from: BaseRendererElement

public bool IsComponentRooted { get; }

Inherited from: BaseRendererElement

protected virtual bool UseDirectRender { get; }

Inherited from: BaseRendererElement

[Parameter]
public RenderFragment ChildContent { get; set; }

Inherited from: BaseRendererElement

protected virtual bool SupportsVisualChildren { get; }

Inherited from: BaseRendererElement

[Parameter]
public string Name { get; set; }

Inherited from: BaseRendererElement

public object Parent { get; }

Inherited from: BaseRendererElement

protected virtual string MethodTarget { get; }

Inherited from: BaseRendererElement

protected object CurrParent { get; }
public IgbBaseDataSource ActualEditorDataSource { get; }
public IgbFormatSpecifierCollection ActualFormatSpecifiers { get; }
public IgbFormatSpecifierCollection ContentFormatSpecifiers { get; }

Gets or sets the ComboBox data source.

[Parameter]
[WCWidgetMemberName("editorDataSource")]
public object EditorDataSource { get; set; }

Provides a means of setting EditorDataSource in the JavaScript environment.

[Parameter]
public string EditorDataSourceScript { get; set; }

Gets or sets the ComboBox text field.

[Parameter]
public string EditorTextField { get; set; }

Gets or sets the editor type used for editing cells in this column.

[Parameter]
public EditorType EditorType { get; set; }

Gets or sets the ComboBox value field.

[Parameter]
public string EditorValueField { get; set; }

Gets or sets the INTL NumericFormat object to use for formatting the date values.

[Parameter]
public object FormatOverride { get; set; }

Provides a means of setting FormatOverride in the JavaScript environment.

[Parameter]
public string FormatOverrideScript { get; set; }
public IgbFormatSpecifierCollection FormatSpecifiers { get; set; }

Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.

[Parameter]
public string FormatString { get; set; }

Gets or sets whether the column's values are displayed as percentages. When true, the raw numeric value is multiplied by 100 before it is formatted for display.

[Parameter]
public bool IsPercent { get; set; }

Gets or sets the maximum fraction digits. If FormatString is specificied this value is ignored.

[Parameter]
public int MaxFractionDigits { get; set; }

Gets or sets the minimum fraction digits. If FormatString is specificied this value is ignored.

[Parameter]
public int MinFractionDigits { get; set; }

Gets or sets the minimum integer digits. If FormatString is specificied this value is ignored.

[Parameter]
public int MinIntegerDigits { get; set; }

Gets or sets the string to prefix a negative value. If FormatString is specificied this value is ignored.

[Parameter]
public string NegativePrefix { get; set; }

Gets or sets the string to suffix a negative value. If FormatString is specificied this value is ignored.

[Parameter]
public string NegativeSuffix { get; set; }
protected override string ParentTypeName { get; }

Gets or sets the string to prefix a positive value. If FormatString is specificied this value is ignored.

[Parameter]
public string PositivePrefix { get; set; }

Gets or sets the string to suffix a positive value. If FormatString is specificied this value is ignored.

[Parameter]
public string PositiveSuffix { get; set; }

Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.

[Parameter]
public bool ShowGroupingSeparator { get; set; }
public override string Type { get; }

Inherited from: BaseRendererElement

protected string _name

Inherited from: BaseRendererElement

protected Dictionary<Type, Dictionary<string, FieldInfo>> eventCallbacksCache

Inherited from: BaseRendererElement

protected string _cachedSerializedContent

Inherited from: IgbDataGridColumn

public void Dispose()

Returns any

Inherited from: IgbDataGridColumn

protected override Task OnInitializedAsync()

Returns any

Inherited from: IgbDataGridColumn

public Task<string> GetCurrentActualHeaderTextAsync()

Returns any

Inherited from: IgbDataGridColumn

public string GetCurrentActualHeaderText()

Returns any

Inherited from: IgbDataGridColumn

Get the unique key used to identify this column.

public Task<string> GetUniqueKeyAsync()

Returns any

Inherited from: IgbDataGridColumn

public string GetUniqueKey()

Returns any

SetNamedHeaderValueAsync(string, CellPropertyAnimationType, object)

Section titled "SetNamedHeaderValueAsync(string, CellPropertyAnimationType, object)"

Inherited from: IgbDataGridColumn

public Task SetNamedHeaderValueAsync(string valueName, CellPropertyAnimationType animationType, object value)

Parameters

  • valueName: string
  • animationType: CellPropertyAnimationType
  • value: object

Returns any

SetNamedHeaderValue(string, CellPropertyAnimationType, object)

Section titled "SetNamedHeaderValue(string, CellPropertyAnimationType, object)"

Inherited from: IgbDataGridColumn

public void SetNamedHeaderValue(string valueName, CellPropertyAnimationType animationType, object value)

Parameters

  • valueName: string
  • animationType: CellPropertyAnimationType
  • value: object

Returns any

Inherited from: IgbDataGridColumn

Returns if the column has named header values.

public Task<bool> HasNamedHeaderValuesAsync()

Returns any

Inherited from: IgbDataGridColumn

public bool HasNamedHeaderValues()

Returns any

Inherited from: IgbDataGridColumn

Returns if there is a named header value with a given name.

public Task<bool> HasNamedHeaderValueAsync(string valueName)

Parameters

  • valueName: string

Returns any

Inherited from: IgbDataGridColumn

public bool HasNamedHeaderValue(string valueName)

Parameters

  • valueName: string

Returns any

RemoveNamedHeaderValueAsync(string)

Section titled "RemoveNamedHeaderValueAsync(string)"

Inherited from: IgbDataGridColumn

Removes a named header value with the given name from the named header values for this column.

public Task RemoveNamedHeaderValueAsync(string valueName)

Parameters

  • valueName: string

Returns any

Inherited from: IgbDataGridColumn

public void RemoveNamedHeaderValue(string valueName)

Parameters

  • valueName: string

Returns any

Inherited from: IgbDataGridColumn

Gets the value of a named header value for this column by name.

public Task<object> GetNamedHeaderValueAsync(string valueName)

Parameters

  • valueName: string

Returns any

Inherited from: IgbDataGridColumn

public object GetNamedHeaderValue(string valueName)

Parameters

  • valueName: string

Returns any

ApplyCustomFilterAsync(string, int, object)

Section titled "ApplyCustomFilterAsync(string, int, object)"

Inherited from: IgbDataGridColumn

public virtual Task ApplyCustomFilterAsync(string filterID, int index, object value)

Parameters

  • filterID: string
  • index: int
  • value: object

Returns any

ApplyCustomFilter(string, int, object)

Section titled "ApplyCustomFilter(string, int, object)"

Inherited from: IgbDataGridColumn

public virtual void ApplyCustomFilter(string filterID, int index, object value)

Parameters

  • filterID: string
  • index: int
  • value: object

Returns any

TransitionStyleOutAsync(IgbGridConditionalStyle)

Section titled "TransitionStyleOutAsync(IgbGridConditionalStyle)"

Inherited from: IgbDefinitionBase

public Task TransitionStyleOutAsync(IgbGridConditionalStyle style)

Parameters

  • style: IgbGridConditionalStyle

Returns any

TransitionStyleOut(IgbGridConditionalStyle)

Section titled "TransitionStyleOut(IgbGridConditionalStyle)"

Inherited from: IgbDefinitionBase

public void TransitionStyleOut(IgbGridConditionalStyle style)

Parameters

  • style: IgbGridConditionalStyle

Returns any

TransitionStyleInAsync(IgbGridConditionalStyle)

Section titled "TransitionStyleInAsync(IgbGridConditionalStyle)"

Inherited from: IgbDefinitionBase

public Task TransitionStyleInAsync(IgbGridConditionalStyle style)

Parameters

  • style: IgbGridConditionalStyle

Returns any

TransitionStyleIn(IgbGridConditionalStyle)

Section titled "TransitionStyleIn(IgbGridConditionalStyle)"

Inherited from: IgbDefinitionBase

public void TransitionStyleIn(IgbGridConditionalStyle style)

Parameters

  • style: IgbGridConditionalStyle

Returns any

IsStyleTransitioningOutAsync(IgbGridConditionalStyle)

Section titled "IsStyleTransitioningOutAsync(IgbGridConditionalStyle)"

Inherited from: IgbDefinitionBase

public Task<bool> IsStyleTransitioningOutAsync(IgbGridConditionalStyle style)

Parameters

  • style: IgbGridConditionalStyle

Returns any

IsStyleTransitioningOut(IgbGridConditionalStyle)

Section titled "IsStyleTransitioningOut(IgbGridConditionalStyle)"

Inherited from: IgbDefinitionBase

public bool IsStyleTransitioningOut(IgbGridConditionalStyle style)

Parameters

  • style: IgbGridConditionalStyle

Returns any

SetNamedValueAsync(string, CellPropertyAnimationType, object)

Section titled "SetNamedValueAsync(string, CellPropertyAnimationType, object)"

Inherited from: IgbDefinitionBase

public Task SetNamedValueAsync(string valueName, CellPropertyAnimationType animationType, object value)

Parameters

  • valueName: string
  • animationType: CellPropertyAnimationType
  • value: object

Returns any

SetNamedValue(string, CellPropertyAnimationType, object)

Section titled "SetNamedValue(string, CellPropertyAnimationType, object)"

Inherited from: IgbDefinitionBase

public void SetNamedValue(string valueName, CellPropertyAnimationType animationType, object value)

Parameters

  • valueName: string
  • animationType: CellPropertyAnimationType
  • value: object

Returns any

Inherited from: IgbDefinitionBase

Returns if this definition has named value.

public Task<bool> HasNamedValuesAsync()

Returns any

Inherited from: IgbDefinitionBase

public bool HasNamedValues()

Returns any

Inherited from: IgbDefinitionBase

Returns if this definition has a named value with a given name.

public Task<bool> HasNamedValueAsync(string valueName)

Parameters

  • valueName: string

Returns any

Inherited from: IgbDefinitionBase

public bool HasNamedValue(string valueName)

Parameters

  • valueName: string

Returns any

Inherited from: IgbDefinitionBase

Removes the named value from this definition by name.

public Task RemoveNamedValueAsync(string valueName)

Parameters

  • valueName: string

Returns any

Inherited from: IgbDefinitionBase

public void RemoveNamedValue(string valueName)

Parameters

  • valueName: string

Returns any

Inherited from: IgbDefinitionBase

Gets the value for a named value from this definition.

public Task<object> GetNamedValueAsync(string valueName)

Parameters

  • valueName: string

Returns any

Inherited from: IgbDefinitionBase

public object GetNamedValue(string valueName)

Parameters

  • valueName: string

Returns any

OnElementNameChanged(BaseRendererElement, string, string)

Section titled "OnElementNameChanged(BaseRendererElement, string, string)"

Inherited from: BaseRendererElement

protected void OnElementNameChanged(BaseRendererElement element, string oldName, string newName)

Parameters

  • element: BaseRendererElement
  • oldName: string
  • newName: string

Returns any

InvokeMethod(string, object[], string[], ElementReference[])

Section titled "InvokeMethod(string, object[], string[], ElementReference[])"

Inherited from: BaseRendererElement

protected Task<object> InvokeMethod(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null)

Parameters

  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

InvokeMethodSync(string, object[], string[], ElementReference[])

Section titled "InvokeMethodSync(string, object[], string[], ElementReference[])"

Inherited from: BaseRendererElement

protected object InvokeMethodSync(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null)

Parameters

  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

InvokeMethodHelper(string, string, object[], string[], ElementReference[])

Section titled "InvokeMethodHelper(string, string, object[], string[], ElementReference[])"

Inherited from: BaseRendererElement

protected Task<object> InvokeMethodHelper(string target, string methodName, object[] arguments, string[] types, ElementReference[] nativeElements)

Parameters

  • target: string
  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

InvokeMethodHelperSync(string, string, object[], string[], ElementReference[])

Section titled "InvokeMethodHelperSync(string, string, object[], string[], ElementReference[])"

Inherited from: BaseRendererElement

protected object InvokeMethodHelperSync(string target, string methodName, object[] arguments, string[] types, ElementReference[] nativeElements)

Parameters

  • target: string
  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

Inherited from: BaseRendererElement

protected bool IsPropDirty(string propertyName)

Parameters

  • propertyName: string

Returns any

Serialize(SerializationContext, string)

Section titled "Serialize(SerializationContext, string)"

Inherited from: BaseRendererElement

public void Serialize(SerializationContext context, string propertyName = null)

Parameters

  • context: SerializationContext
  • propertyName: string

Returns any

Inherited from: BaseRendererElement

public string Serialize()

Returns any

Inherited from: BaseRendererElement

protected void EnsureValid()

Returns any

SetResourceStringAsync(string, string, string)

Section titled "SetResourceStringAsync(string, string, string)"

Inherited from: BaseRendererElement

protected Task<object> SetResourceStringAsync(string grouping, string id, string value)

Parameters

  • grouping: string
  • id: string
  • value: string

Returns any

SetResourceStringAsync(string, string)

Section titled "SetResourceStringAsync(string, string)"

Inherited from: BaseRendererElement

protected Task<object> SetResourceStringAsync(string grouping, string json)

Parameters

  • grouping: string
  • json: string

Returns any

protected override void BuildRenderTree(RenderTreeBuilder builder)

Parameters

  • builder: RenderTreeBuilder

Returns any

protected override void EnsureModulesLoaded()

Returns any

public override object FindByName(string name)

Parameters

  • name: string

Returns any

FromEventJson(BaseRendererControl, Dictionary<string, object>)

Section titled "FromEventJson(BaseRendererControl, Dictionary<string, object>)"
protected override void FromEventJson(BaseRendererControl control, Dictionary<string, object> args)

Parameters

  • control: BaseRendererControl
  • args: Dictionary

Returns any

ToEventJson(BaseRendererControl, Dictionary<string, object>)

Section titled "ToEventJson(BaseRendererControl, Dictionary<string, object>)"
protected override void ToEventJson(BaseRendererControl control, Dictionary<string, object> args)

Parameters

  • control: BaseRendererControl
  • args: Dictionary

Returns any

[Parameter]
public EventCallback<string> ActualHeaderTextChanged { get; set; }
[Parameter]
public string ActualHeaderTextChangedScript { get; set; }