ComponentOne List for WinForms
C1.Win.C1List 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 String
    public string DefaultValue {get; set;}
    See Also