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