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
Gets or sets the type of the data object that contains the property.
public Type ObjectType { get; set; }
Property Value
- Type:
The type of the data object that contains the property.
PropertyName
Gets or sets the name of the property.
PropertyType
Gets or sets the type of the property.
Inherited Members
- ObservableObjectBase.NotifyPropertyChanged(string)
- ObservableObjectBase.OnPropertyChanged(PropertyChangedEventArgs)
- ObservableObjectBase.SetProperty<T>(ref T, T, string)
- ObservableObjectBase.PropertyChanged
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()