Click or drag to resize

IResourceLocator Interface

A resource locator to override the windows internal mechanism of resource loading, e.g. because dgx is used in a plugin and multiple assemblies with resources might exist.

Namespace:  DataGridExtensions
Assembly:  DataGridExtensions (in DataGridExtensions.dll)
Syntax
public interface IResourceLocator

The IResourceLocator type exposes the following members.

Methods
  NameDescription
Public methodFindResource
Returns the resource for the specified resource key.
Top
See Also