GrapeCity.Wpf.SpreadSheet Namespace / DataField Class
Members


DataField Class
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 SheetInfo.DataSource.
Object Model
DataField Class
Syntax
'Declaration
 
<TypeConverterAttribute(GrapeCity.Wpf.SpreadSheet.DataFieldConverter)>
Public MustInherit Class DataField 
 
'Usage
 
Dim instance As DataField
Inheritance Hierarchy
See Also