menu

WinUI

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

    Show / Hide Table of Contents

    Class EditorsLocalizationResourceExtension

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

    Inheritance
    System.Object
    EditorsLocalizationResourceExtension
    Namespace: Syncfusion.UI.Xaml.Editors
    Assembly: Syncfusion.Editors.WinUI.dll
    Syntax
    public class EditorsLocalizationResourceExtension : MarkupExtension

    Constructors

    EditorsLocalizationResourceExtension()

    Declaration
    public EditorsLocalizationResourceExtension()

    Properties

    ResourceName

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

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

    Methods

    ProvideValue()

    Declaration
    protected override object ProvideValue()
    Returns
    Type
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved