| Visual Basic (Declaration) | |
|---|---|
Public Property DataType As Type | |
| C# | |
|---|---|
public Type DataType {get; set;} | |
Return Value
A Type representing the property's data type.The DataType property represents the type of the DataGridItemProperty and not the type of the corresponding field in the underlying data source. As such, both the GetValue and SetValue methods will use values of the type specified by the DataType property.
Supported Frameworks: Microsoft .NET Framework version 3.5