Click or drag to resize
GroupedEnumerableItemTypeGetItemKey Property
Lambda to evaluate the key of the item

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public Func<ItemType, Object> GetItemKey { get; protected set; }

Property Value

Type: FuncItemType, Object
See Also