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 |