Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / MappingInfo Class / DataType Property

In This Topic
    DataType Property
    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
     
    
    <C1DescriptionAttribute("Mapping.DataType", "Type of data field or property which can be bound to this object.")>
    Public ReadOnly Property DataType As Type
    [C1Description("Mapping.DataType", "Type of data field or property which can be bound to this object.")]
    public Type DataType {get;}
    See Also