Gets or sets the name used for the default category in which the properties are placed.

Namespace:  C1.WPF.Extended
Assembly:  C1.WPF.Extended (in C1.WPF.Extended.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public string DefaultCategoryName { get; set; }
Visual Basic
Public Property DefaultCategoryName As String
	Get
	Set
XAML Attribute Usage
<object DefaultCategoryName="string" .../>

Remarks

If DefaultCategoryName is set to a non-empty value. All the properties of the SelectedObject with no category value will be placed in the Default category.

This is a dependency property.

See Also