menu

WPF

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

    Show / Hide Table of Contents

    Class ResourceWrapper

    Maintains the string constant to access the localized text in xaml file and code behind.

    Inheritance
    System.Object
    ResourceWrapper
    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.Resources
    Assembly: Syncfusion.PropertyGrid.Wpf.dll
    Syntax
    public class ResourceWrapper

    Constructors

    ResourceWrapper()

    Initializes a new instance of the ResourceWrapper class.

    Declaration
    public ResourceWrapper()

    Properties

    Add

    Gets or sets the add button text in CollectionEditor dialog.

    Declaration
    public string Add { get; }
    Property Value
    Type
    System.String

    Alphabetical

    Gets or sets the tooltip text for sort button in PropertyGrid.

    Declaration
    public string Alphabetical { get; }
    Property Value
    Type
    System.String

    Cancel

    Gets or sets the cancel button text in CollectionEditor dialog.

    Declaration
    public string Cancel { get; }
    Property Value
    Type
    System.String

    Categorized

    Gets or sets the tooltip text for categorized button in PropertyGrid.

    Declaration
    public string Categorized { get; }
    Property Value
    Type
    System.String

    Clear

    Gets or sets the tooltip text for clear button of search box in PropertyGrid.

    Declaration
    public string Clear { get; }
    Property Value
    Type
    System.String

    CollectionEditorDialogTitle

    Gets or sets the title text of CollectionEditor dialog.

    Declaration
    public string CollectionEditorDialogTitle { get; }
    Property Value
    Type
    System.String

    CollectionEditorWatermark

    Gets or sets the watermark text of collection editor in PropertyGrid.

    Declaration
    public string CollectionEditorWatermark { get; }
    Property Value
    Type
    System.String

    Members

    Gets or sets the members text in CollectionEditor dialog.

    Declaration
    public string Members { get; }
    Property Value
    Type
    System.String

    OK

    Gets or sets the OK button text in CollectionEditor dialog.

    Declaration
    public string OK { get; }
    Property Value
    Type
    System.String

    Properties

    Gets or sets the properties text in CollectionEditor dialog.

    Declaration
    public string Properties { get; }
    Property Value
    Type
    System.String

    Remove

    Gets or sets the remove button text in CollectionEditor dialog.

    Declaration
    public string Remove { get; }
    Property Value
    Type
    System.String

    Reset

    Gets or sets the reset menu item text in PropertyGrid.

    Declaration
    public string Reset { get; }
    Property Value
    Type
    System.String

    Search

    Gets or sets the watermark text of search textbox in PropertyGrid.

    Declaration
    public string Search { get; }
    Property Value
    Type
    System.String

    Methods

    SetResources(Assembly)

    Helper method to set alternative assembly reference resources for this project

    Declaration
    public static void SetResources(Assembly assembly)
    Parameters
    Type Name Description
    System.Reflection.Assembly assembly

    External assembly

    SetResources(Assembly, String)

    Helper method to set alternative assembly reference resources for this project

    Declaration
    public static void SetResources(Assembly assembly, string _namespace)
    Parameters
    Type Name Description
    System.Reflection.Assembly assembly

    External assembly

    System.String _namespace

    Namespace of application

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved