In This Article

CategoryEditorProperty Class

Provides information about a property to be consumed by a CategoryEditor.

public class CategoryEditorProperty : ObservableObjectBase, INotifyPropertyChanged
Inheritance:
Object ObservableObjectBase Object

Constructors

CategoryEditorProperty()

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.

public string PropertyName { get; set; }

Property Value

String:

The name of the property.

PropertyType

Gets or sets the type of the property.

public Type PropertyType { get; set; }

Property Value

Type:

The type of the property.

Inherited Members