Skip to main content

IColorizerItemKeyProvider.GetItemKey(Object) Method

Returns the key value based on the specified item.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

object GetItemKey(
    object item
)

Parameters

Name Type Description
item Object

A Object that is the base for the key.

Returns

Type Description
Object

A Object that is the key.

See Also