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