Gets the declared type of the value.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

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

See Also