Class FlagEnumEditorViewModel
Represents the view model of the FlagEnumEditor control.
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.String
|
EnumItemsSource
Gets all the values of the Enumeration of the Enumeration.
Declaration
public ObservableItemCollection<FlagEnumValueViewModel> EnumItemsSource { get; }
Property Value
ObservableItemCollection<FlagEnumValueViewModel>
|
IsSelectAllEnabled
Gets or sets boolean value whether SelectAll value is defined in the Enumeration.
Declaration
public bool IsSelectAllEnabled { get; set; }
Property Value
System.Boolean
The value whether SelectAll value is defined. |
SelectedItems
Gets the selected items.
Declaration
public List<FlagEnumValueViewModel> SelectedItems { get; }
Property Value
System.Collections.Generic.List<FlagEnumValueViewModel>
|
ShouldUpdateItems
Gets boolean value whether value should be updated.
Declaration
public bool ShouldUpdateItems { get; set; }
Property Value
System.Boolean
The value whether value should be updated. |
Value
Gets or sets the value.
Declaration
public object Value { get; set; }
Property Value
System.Object
The value. |