Holds information about Flag Enumeration member.
Definition
Namespace:Telerik.Windows.Controls.Data.PropertyGrid
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public class FlagEnumValueViewModel : EnumMemberViewModel, INotifyPropertyChanged
Inheritance: objectEnumMemberViewModelFlagEnumValueViewModel
Implements:
Inherited Members
Constructors
Initializes a new instance of the FlagEnumValueViewModel class.
Properties
Gets or sets the flag value of the item.
C#
public object FlagValue { get; set; }
The Flag Value of each item.
Gets or sets the selected state of the item.
C#
public bool IsSelected { get; set; }
The IsSelected value.
Methods
Called when [property changed].
C#
protected virtual void OnPropertyChanged(PropertyChangedEventArgs args)
Events
Occurs when a property value changes.
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: