Represents the view model of the FlagEnumEditor control.
Definition
Namespace:Telerik.Windows.Controls.Data.PropertyGrid
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public class FlagEnumEditorViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseFlagEnumEditorViewModel
Implements:
Inherited Members
Properties
Gets the text to be displayed for the selected items.
C#
public string DisplayText { get; }
Gets all the values of the Enumeration of the Enumeration.
C#
public ObservableItemCollection<FlagEnumValueViewModel> EnumItemsSource { get; }
Gets or sets boolean value whether SelectAll value is defined in the Enumeration.
C#
public bool IsSelectAllEnabled { get; set; }
The value whether SelectAll value is defined.
Gets the selected items.
C#
public List<FlagEnumValueViewModel> SelectedItems { get; }
Gets boolean value whether value should be updated.
C#
public bool ShouldUpdateItems { get; set; }
The value whether value should be updated.