ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / C1Calendar Class / StartTimePath Property

In This Topic
    StartTimePath Property
    In This Topic
    Gets or sets the name or path of the property that contains the custom object start time. This is a dependency property. The default value is "StartTime".
    Syntax
    'Declaration
     
    Public Property StartTimePath As System.String
    public System.string StartTimePath {get; set;}
    See Also