Gets the element with the specified key if any.
Namespace:
C1.C1ScheduleAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
public T this[ Guid key ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ key As Guid _ ) As T Get |
Parameters
- key
- Type: System..::..Guid
The key of the element to get.