[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridNumericColumn

GridNumericColumn Class

Represent a column whose cells are numbers.

Inheritance
GridNumericColumn
Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.Grid.dll
Syntax
public class GridNumericColumn : GridColumn, IComponent, IHandleAfterRender, INotifyPropertyChanged, INotifyPropertyChanging, IHandleEvent, IDisposable

Constructors

Name Description
GridNumericColumn()

Initializes a new instance of the GridNumericColumn class.

GridNumericColumn(PropertyInfo)

Initializes a new instance of the GridColumn class.

Properties

Name Description
Maximum

Gets or sets the maximum value accepted.

Minimum

Gets or sets the minimum value accepted.

Step

Gets or sets how much the value changes when using up and down buttons.

Methods

Name Description
GetCellEditorFragment(GridRow, Action<ComponentBase>)

Creates the cell editor fragment.

GetEditorValue(GridRow, ComponentBase)

Gets the editor value.