True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1DataColumn Class / DefaultValue Property

In This Topic
    DefaultValue Property (C1DataColumn)
    In This Topic
    Gets or sets the default value for a column when a new row is added by the grid.
    Syntax
    'Declaration
     
    Public Property DefaultValue As System.String
    public System.string DefaultValue {get; set;}
    See Also