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