Click or drag to resize

IResourceLocatorFindResource Method

Returns the resource for the specified resource key.

Namespace:  DataGridExtensions
Assembly:  DataGridExtensions (in DataGridExtensions.dll)
Syntax
Object FindResource(
	FrameworkElement target,
	Object resourceKey
)

Parameters

target
Type: System.WindowsFrameworkElement
The target object
resourceKey
Type: SystemObject
The resource key.

Return Value

Type: Object
The resource.
See Also