Extracts the key from the specified element.
Namespace:
C1.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
| C# |
|---|
protected override Guid GetKeyForItem( T item ) |
| Visual Basic (Declaration) |
|---|
Protected Overrides Function GetKeyForItem ( _ item As T _ ) As Guid |
Parameters
- item
- Type: T
The element from which to extract the key.