ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / Event Class / Tag Property

In This Topic
    Tag Property (Event)
    In This Topic
    The tag property can be used to store any user-defined information
    Syntax
    'Declaration
     
    Public Property Tag As System.String
    public System.string Tag {get; set;}
    See Also