Gets the tag field by index.
Namespace: DayPilot.Web.Ui.EventsAssembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.0)
Syntax
| C# |
|---|
public string this[ int index ] { get; } |
| Visual Basic |
|---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As String Get |
| Visual C++ |
|---|
public: property String^ default[int index] { String^ get (int index); } |
Parameters
- index
- Type: System..::..Int32