Holds tag fields.

Namespace: DayPilot.Web.Mvc
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
public class TagCollection : List<string>
Visual Basic
Public Class TagCollection _
	Inherits List(Of String)
Visual C++
public ref class TagCollection : public List<String^>

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'String>)>)>
    DayPilot.Web.Mvc..::..TagCollection

See Also