CategoryEditorProperty Class
Provides information about a property to be consumed by a CategoryEditor.
public class CategoryEditorProperty : ObservableObjectBase
- Inheritance:
- object ObservableObjectBase object
Constructors
CategoryEditorProperty()
Initializes an instance of the class.
public CategoryEditorProperty()
Properties
ObjectType
The type of the data object that contains the property.
PropertyName
The name of the property.
PropertyType
The type of the property.
Inherited Members
- ObservableObjectBase.NotifyPropertyChanged(string)
- ObservableObjectBase.OnPropertyChanged(string)
- ObservableObjectBase.OnPropertyChanged(PropertyChangedEventArgs)
- ObservableObjectBase.OnPropertyChanging(string)
- ObservableObjectBase.OnPropertyChanging(PropertyChangingEventArgs)
- ObservableObjectBase.SetProperty<T>(ref T, T, string)
- ObservableObjectBase.PropertyChanged
- ObservableObjectBase.PropertyChanging
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()