WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotAnalysisLocalizationResourceExtension

    Show / Hide Table of Contents

    Class PivotAnalysisLocalizationResourceExtension

    A markup extension that returns the localized string based on culture for the ResourceName.

    Inheritance
    System.Object
    PivotAnalysisLocalizationResourceExtension
    Namespace: Syncfusion.Windows.Controls.PivotGrid
    Assembly: Syncfusion.PivotAnalysis.WPF.dll
    Syntax
    public class PivotAnalysisLocalizationResourceExtension : MarkupExtension

    Constructors

    PivotAnalysisLocalizationResourceExtension()

    Declaration
    public PivotAnalysisLocalizationResourceExtension()

    Properties

    ResourceName

    Gets or sets the resource name to get the localized string.

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

    Methods

    ProvideValue(IServiceProvider)

    Declaration
    public override object ProvideValue(IServiceProvider serviceProvider)
    Parameters
    Type Name Description
    System.IServiceProvider serviceProvider
    Returns
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved