Share via


CategoryEntry.CategoryName Property

Gets the name of the category.

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

Syntax

'Declaration
Public ReadOnly Property CategoryName As String
    Get
public string CategoryName { get; }
public:
property String^ CategoryName {
    String^ get ();
}
member CategoryName : string
function get CategoryName () : String

Property Value

Type: System.String
The name of the category.

Remarks

This is the name that was specified in the constructor.

.NET Framework Security

See Also

Reference

CategoryEntry Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture