[]
Represent a column whose cells are numbers.
public class GridNumericColumn : GridColumn, INotifyPropertyChanged, INotifyPropertyChanging
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. |