dbicMonth Send comments on this topic.
TaskID Property
See Also 
dbicMonth Assembly > Dbi.WinControl.Month Namespace > dbiMonth Class : TaskID Property

Gets or sets the TaskID filter.

Syntax

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

Property Value

string

Remarks

When this property is assigned a value, only those dbiDayFormats and dbiAppointmentItems with their respective TaskID properties set to the same value, will be shown.

Requirements

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

See Also