menu

WPF

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

    Show / Hide Table of Contents

    Class MemberEditorResourceWrapper

    MemberEditorResourceWrapper is used to apply the static resource to its components

    Inheritance
    System.Object
    MemberEditorResourceWrapper
    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.Tools.Olap.Resources
    Assembly: Syncfusion.OlapTools.WPF.dll
    Syntax
    public sealed class MemberEditorResourceWrapper

    Constructors

    MemberEditorResourceWrapper()

    Initialize a new instance of Syncfusion.Windows.Tools.Olap.Resources.MemberEditorResourceWrapper class

    Declaration
    public MemberEditorResourceWrapper()

    Properties

    OlapToolsEditorCancel

    Gets or sets the OlapTools editor cancel.

    Declaration
    public string OlapToolsEditorCancel { get; set; }
    Property Value
    Type Description
    System.String

    The OlapTools editor cancel.

    OlapToolsEditorOk

    Gets or sets the OlapTools editor ok.

    Declaration
    public string OlapToolsEditorOk { get; set; }
    Property Value
    Type Description
    System.String

    The OlapTools editor ok.

    OlapToolsMemberEditorCheckAllUnCheckAll

    Gets or sets the OlapTools member editor check all uncheck all.

    Declaration
    public string OlapToolsMemberEditorCheckAllUnCheckAll { get; set; }
    Property Value
    Type Description
    System.String

    The OlapTools member editor check all uncheck all.

    OlapToolsMemberEditorTitle

    Gets or sets the OlapTools member editor title.

    Declaration
    public string OlapToolsMemberEditorTitle { get; set; }
    Property Value
    Type Description
    System.String

    The OlapTools member editor title.

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