IColorizerItemKeyProvider.GetItemKey(Object) Method
Returns the key value based on the specified item.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
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