dbicDayView Send comments on this topic.
TaskID Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiDayFormat Class : TaskID Property

Gets or sets the unique identification to a task item.

Syntax

Visual Basic (Declaration) 
Public Property TaskID As String
C# 
public string TaskID {get; set;}

Remarks

This property value is of type String, indicating a unique identification to a task item.  This property will be used for filtering the day formats in the control.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also