DesignerDataColumn.DefaultValue Property

Definition

Gets the default value of the data column.

public:
 property System::Object ^ DefaultValue { System::Object ^ get(); };
public object DefaultValue { get; }
member this.DefaultValue : obj
Public ReadOnly Property DefaultValue As Object

Property Value

The default value of the data column. The default is null.

Applies to