CategoryEntry Class

Represents a category of properties.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)

Syntax

'Declaration
Public MustInherit Class CategoryEntry _
    Implements INotifyPropertyChanged, IPropertyFilterTarget
'Usage
Dim instance As CategoryEntry
public abstract class CategoryEntry : INotifyPropertyChanged, 
    IPropertyFilterTarget
public ref class CategoryEntry abstract : INotifyPropertyChanged, 
    IPropertyFilterTarget
public abstract class CategoryEntry implements INotifyPropertyChanged, IPropertyFilterTarget

Remarks

The CategoryEntry class is part of the property editing object model.

The DataContext of the DataTemplate for the CategoryEditor is set to a CategoryEntry.

Inheritance Hierarchy

System.Object
  Microsoft.Windows.Design.PropertyEditing.CategoryEntry

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CategoryEntry Members

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture