New to Telerik UI for WPFStart a free 30-day trial

Represents the view model of the FlagEnumEditor control.

Definition

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; }
Property Value:

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; }
Property Value:

The value whether value should be updated.

Gets or sets the value.

C#
public object Value { get; set; }
Property Value:

The value.