menu

WinUI

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

    Show / Hide Table of Contents

    Class EnumValuesExtension

    A markup extension that returns a collection of values of a specific langword_csharp_enum

    Inheritance
    System.Object
    EnumValuesExtension
    Namespace: Syncfusion.UI.Xaml.Core
    Assembly: Syncfusion.Core.WinUI.dll
    Syntax
    public sealed class EnumValuesExtension : MarkupExtension

    Constructors

    EnumValuesExtension()

    Declaration
    public EnumValuesExtension()

    Properties

    Type

    Gets or sets the System.Type of the target langword_csharp_enum

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

    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