dbicDayView Send comments on this topic.
Tag Property
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : Tag Property

Gets or sets the object that contains data about the control.

Syntax

Visual Basic (Declaration) 
Public Property Tag As Object
C# 
public object Tag {get; set;}

Property Value

An System.Object that contains data about the control. The default is a null reference (Nothing in Visual Basic).

Requirements

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

See Also