Namespace: DayPilot.Web.Mvc
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
C# |
---|
public TaskColumn this[ int index ] { get; set; } |
Visual Basic |
---|
Public Default Property Item ( _ index As Integer _ ) As TaskColumn Get Set |
Visual C++ |
---|
public: property TaskColumn^ default[int index] { TaskColumn^ get (int index); void set (int index, TaskColumn^ value); } |
Parameters
- index
- Type: System..::..Int32