Class FlagEnumEditor
Inheritance
System.Object
FlagEnumEditor
Namespace: Telerik.UI.Xaml.Controls.Data.PropertyGrid
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class FlagEnumEditor : Control
Constructors
FlagEnumEditor()
Declaration
public FlagEnumEditor()
Fields
DisplayTextProperty
Declaration
public static readonly DependencyProperty DisplayTextProperty
Field Value
Microsoft.
|
EnumItemsSourceProperty
Declaration
public static readonly DependencyProperty EnumItemsSourceProperty
Field Value
Microsoft.
|
EnumTypeProperty
Declaration
public static readonly DependencyProperty EnumTypeProperty
Field Value
Microsoft.
|
ValueProperty
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
Microsoft.
|
Properties
DisplayText
Declaration
public string DisplayText { get; }
Property Value
System.
|
EnumItemsSource
Declaration
public ObservableItemCollection<FlagEnumValueViewModel> EnumItemsSource { get; set; }
Property Value
EnumType
Declaration
public Type EnumType { get; set; }
Property Value
System.
|
Value
Declaration
public object Value { get; set; }
Property Value
System.
|
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()