[]
Represent a column whose cells are numbers.
public class GridNumericColumn : GridColumn, IComponent, IHandleAfterRender, INotifyPropertyChanged, INotifyPropertyChanging, IHandleEvent, IDisposable
| Name | Description |
|---|---|
| GridNumericColumn() | Initializes a new instance of the GridNumericColumn class. |
| GridNumericColumn(PropertyInfo) | Initializes a new instance of the GridColumn class. |
| 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. |
| Name | Description |
|---|---|
| GetCellEditorFragment(GridRow, Action<ComponentBase>) | Creates the cell editor fragment. |
| GetEditorValue(GridRow, ComponentBase) | Gets the editor value. |