Class FlagEnumValueViewModel
Holds information about Flag Enumeration member.
Inherited Members
Namespace: Telerik.Windows.Controls.Data.PropertyGrid
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class FlagEnumValueViewModel : EnumMemberViewModel, INotifyPropertyChanged
Constructors
FlagEnumValueViewModel(Object, String, String, Int64)
Initializes a new instance of the Flag
Declaration
public FlagEnumValueViewModel(object value, string name, string description, long flagValue)
Parameters
System.
|
System.
|
System.
|
System.
|
FlagEnumValueViewModel(Object, String, String, Int64, String)
Initializes a new instance of the Flag
Declaration
public FlagEnumValueViewModel(object value, string name, string description, long flagValue, string displayShortName)
Parameters
System.
|
System.
|
System.
|
System.
|
System.
|
Properties
FlagValue
Gets or sets the flag value of the item.
Declaration
public object FlagValue { get; set; }
Property Value
System. The Flag Value of each item. |
IsSelected
Gets or sets the selected state of the item.
Declaration
public bool IsSelected { get; set; }
Property Value
System. The IsSelected value. |
Methods
OnPropertyChanged(PropertyChangedEventArgs)
Called when [property changed].
Declaration
protected virtual void OnPropertyChanged(PropertyChangedEventArgs args)
Parameters
System.
|
ToString()
Returns a System.
Declaration
public override string ToString()
Returns
System. A System. |
Overrides
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|