Gets the specified Resource.
Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll)
Version: 4.0.1172.0
Syntax
C# |
---|
public Resource this[ int index ]{ get; set;} |
Visual Basic (Declaration) |
---|
Public Default Property Item ( _ index As Integer _ ) As Resource |
Visual C++ |
---|
public: property Resource^ default[int index] { Resource^ get (int index); void set (int index, Resource^ value); } |
Parameters
- index
- Int32
Item index
Return Value
Resource at the specified position.
See Also
ResourceCollection Class
DayPilot.Web.Ui Namespace