Class DataGridViewNumericUpDownColumn
Custom column type dedicated to the DataGridViewNumericUpDownCell cell type.
Inheritance
DataGridViewNumericUpDownColumn
Inherited Members
Namespace: Reportman.Drawing.Forms
Assembly: Reportman.Drawing.Forms.dll
Syntax
public class DataGridViewNumericUpDownColumn : DataGridViewColumn, ICloneable, IComponent, IDisposable
Constructors
DataGridViewNumericUpDownColumn()
Constructor for the DataGridViewNumericUpDownColumn class.
Declaration
public DataGridViewNumericUpDownColumn()
Properties
CellTemplate
Represents the implicit cell that gets cloned when adding rows to the grid.
Declaration
[Browsable(false)]
public override DataGridViewCell CellTemplate { get; set; }
Property Value
| Type | Description |
|---|---|
| DataGridViewCell |
Overrides
DecimalPlaces
Replicates the DecimalPlaces property of the DataGridViewNumericUpDownCell cell type.
Declaration
public int DecimalPlaces { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Increment
Replicates the Increment property of the DataGridViewNumericUpDownCell cell type.
Declaration
public decimal Increment { get; set; }
Property Value
| Type | Description |
|---|---|
| decimal |
Maximum
Replicates the Maximum property of the DataGridViewNumericUpDownCell cell type.
Declaration
public decimal Maximum { get; set; }
Property Value
| Type | Description |
|---|---|
| decimal |
Minimum
Replicates the Minimum property of the DataGridViewNumericUpDownCell cell type.
Declaration
public decimal Minimum { get; set; }
Property Value
| Type | Description |
|---|---|
| decimal |
ThousandsSeparator
Replicates the ThousandsSeparator property of the DataGridViewNumericUpDownCell cell type.
Declaration
public bool ThousandsSeparator { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
ToString()
Returns a standard compact string representation of the column.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |