ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1ViewColumn Class / DefaultValue Property

In This Topic
    DefaultValue Property
    In This Topic
    Gets or sets the default value for this column when creating new row.
    Syntax
    'Declaration
     
    Public Property DefaultValue As System.Object
    public System.object DefaultValue {get; set;}
    Remarks
    If this property is assigned to an empty value (null or empty string) then it returns the DefaultValue property value of the underlying DataColumn; otherwise, returns an assigned value.
    See Also