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