DataType Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridItemProperty Class : DataType Property

Gets or sets the property's data type

Syntax

Visual Basic (Declaration) 
Public Property DataType As Type
C# 
public Type DataType {get; set;}

Return Value

A Type representing the property's data type.

Remarks

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.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also