Search Results for

    Show / Hide Table of Contents

    Class DataGridViewNumericUpDownColumn

    Custom column type dedicated to the DataGridViewNumericUpDownCell cell type.

    Inheritance
    object
    DataGridViewElement
    DataGridViewBand
    DataGridViewColumn
    DataGridViewNumericUpDownColumn
    Implements
    ICloneable
    IComponent
    IDisposable
    Inherited Members
    DataGridViewColumn.Clone()
    DataGridViewColumn.Dispose(bool)
    DataGridViewColumn.GetPreferredWidth(DataGridViewAutoSizeColumnMode, bool)
    DataGridViewColumn.AutoSizeMode
    DataGridViewColumn.CellType
    DataGridViewColumn.ContextMenuStrip
    DataGridViewColumn.DataPropertyName
    DataGridViewColumn.DefaultCellStyle
    DataGridViewColumn.DisplayIndex
    DataGridViewColumn.DividerWidth
    DataGridViewColumn.FillWeight
    DataGridViewColumn.Frozen
    DataGridViewColumn.HeaderCell
    DataGridViewColumn.HeaderText
    DataGridViewColumn.InheritedAutoSizeMode
    DataGridViewColumn.InheritedStyle
    DataGridViewColumn.IsDataBound
    DataGridViewColumn.MinimumWidth
    DataGridViewColumn.Name
    DataGridViewColumn.ReadOnly
    DataGridViewColumn.Resizable
    DataGridViewColumn.Site
    DataGridViewColumn.SortMode
    DataGridViewColumn.ToolTipText
    DataGridViewColumn.ValueType
    DataGridViewColumn.Visible
    DataGridViewColumn.Width
    DataGridViewColumn.Disposed
    DataGridViewBand.Dispose()
    DataGridViewBand.OnDataGridViewChanged()
    DataGridViewBand.DefaultHeaderCellType
    DataGridViewBand.Displayed
    DataGridViewBand.HasDefaultCellStyle
    DataGridViewBand.HeaderCellCore
    DataGridViewBand.Index
    DataGridViewBand.IsRow
    DataGridViewBand.Selected
    DataGridViewBand.Tag
    DataGridViewElement.RaiseCellClick(DataGridViewCellEventArgs)
    DataGridViewElement.RaiseCellContentClick(DataGridViewCellEventArgs)
    DataGridViewElement.RaiseCellContentDoubleClick(DataGridViewCellEventArgs)
    DataGridViewElement.RaiseCellValueChanged(DataGridViewCellEventArgs)
    DataGridViewElement.RaiseDataError(DataGridViewDataErrorEventArgs)
    DataGridViewElement.RaiseMouseWheel(MouseEventArgs)
    DataGridViewElement.State
    DataGridViewElement.DataGridView
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    DataGridViewColumn.CellTemplate

    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
    Overrides
    DataGridViewColumn.ToString()

    Implements

    ICloneable
    IComponent
    IDisposable
    In this article
    Back to top Generated by DocFX