menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ResourceManager - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ResourceManager

    Represents the ResourceManager class

    Inheritance
    System.Object
    ResourceManager
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.PropertyGrid
    Assembly: Syncfusion.PropertyGrid.Wpf.dll
    Syntax
    public class ResourceManager

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved