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

The type of the data object that contains the property.

public Type? ObjectType { get; set; }

Property Value

Type

PropertyName

The name of the property.

public string? PropertyName { get; set; }

Property Value

string

PropertyType

The type of the property.

public Type? PropertyType { get; set; }

Property Value

Type

Inherited Members

Extension Methods