Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / MappingInfo Class / DataType Property

In This Topic
    DataType Property (MappingInfo)
    In This Topic
    Gets the System.Type value determining the type of the data field or property which can be bound to this object.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataType As System.Type
    public System.Type DataType {get;}
    See Also