In This Article

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.

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