[]
Provides the abstract base class for the data field. The data field binds a column to the data source and is used to get and set the value of the data source. Each ColumnInfo should assign a data field when you bind a data source to DataSource.
[TypeConverter(typeof(DataFieldConverter))]
public abstract class DataField
<TypeConverter(GetType(DataFieldConverter))>
Public MustInherit Class DataField
Name | Description |
---|---|
DataField() |