Class ResourceManager
Represents the ResourceManager class
Inheritance
System.Object
ResourceManager
Namespace: Syncfusion.Windows.PropertyGrid
Assembly: Syncfusion.PropertyGrid.Wpf.dll
Syntax
public class ResourceManager : Object
Constructors
ResourceManager()
Represents the ResourceManager constructor
Declaration
public ResourceManager()
Methods
GetValueTemplate(Type, String)
Gets the property name and value template of PropertyGrid.
Declaration
public static DataTemplate GetValueTemplate(Type type, string visualstyle)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type | |
System.String | visualstyle |
Returns
Type |
---|
System.Windows.DataTemplate |
GetValueTemplate(Type, String, Boolean)
Method for getting the template for the value
Declaration
public static DataTemplate GetValueTemplate(Type type, string visualstyle, bool IsPropertyName)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type | |
System.String | visualstyle | |
System.Boolean | IsPropertyName |
Returns
Type |
---|
System.Windows.DataTemplate |