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 : MarkupExtensionConstructors
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 |