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

In This Topic
    EndTimePath Property
    In This Topic
    Gets or sets the name or path of the property that contains the custom object end time. This is a dependency property. The default value is "EndTime".
    Syntax
    'Declaration
     
    Public Property EndTimePath As System.String
    public System.string EndTimePath {get; set;}
    Remarks
    If custom object doesn't contains such property, this property can be omitted. In this case the C1Calendar control will use only start time.
    See Also