dbicDate Send comments on this topic.
TaskID Property
See Also 
dbicDate Assembly > Dbi.WinControl.Date Namespace > dbiDate Class : TaskID Property

Gets or sets the TaskID filter for the control .

Syntax

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

Property Value

string

Remarks

When this property contains a value, only dbiDayFormats with their TaskID set to the same value will be shown in the control.

Requirements

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

See Also