ClassRadTypeResolver
Used to resolve Telerik types
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
public sealed class RadTypeResolver
Inheritance: objectRadTypeResolver
Properties
Instance
Gets the only instance of the resolver.
Declaration
public static RadTypeResolver Instance { get; }
Property Value
ResolveTypesInCurrentAssembly
Gets or sets value indicating whether the TypeResolver should look up types in the calling assembly only. This option (if set to true) is very useful particularly in the case when all the assemblies of the application, including the Telerik assemblies are merged into a single assembly.
Declaration
public bool ResolveTypesInCurrentAssembly { get; set; }
Property Value
TypeResolverAssemblyName
Gets or sets value indicating the search pattern for assembly in the domain that contains the types referenced in RadControls theme files.
Declaration
public string TypeResolverAssemblyName { get; set; }
Property Value
TypeResolverAssemblyVersion
Gets or sets value indicating the version of the assembly specified in TypeResolverAssemblyName
Declaration
public Version TypeResolverAssemblyVersion { get; set; }
Property Value
Methods
GetRegisteredRadProperty(Type, string)
Declaration
public RadProperty GetRegisteredRadProperty(Type radOjectType, string propertyName)
Parameters
radOjectType
propertyName
Returns
GetRegisteredRadPropertyFromFullName(string)
Declaration
public RadProperty GetRegisteredRadPropertyFromFullName(string propertyFullName)
Parameters
propertyFullName
Returns