Class FlagEnumEditorViewModel
Inheritance
System.Object
FlagEnumEditorViewModel
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class FlagEnumEditorViewModel : ViewModelBase, INotifyPropertyChanged
Properties
Declaration
public string DisplayText { get; }
Property Value
Declaration
public ObservableItemCollection<FlagEnumValueViewModel> EnumItemsSource { get; }
Property Value
Declaration
public bool IsSelectAllEnabled { get; set; }
Property Value
Declaration
public List<FlagEnumValueViewModel> SelectedItems { get; }
Property Value
Declaration
public bool ShouldUpdateItems { get; set; }
Property Value
Declaration
public object Value { get; set; }
Property Value
Extension Methods