PropertyValue.HasSubProperties Property

When overridden in a derived class, gets a value indicating whether this property value supports sub-properties.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property HasSubProperties As Boolean
    Get
public abstract bool HasSubProperties { get; }
public:
virtual property bool HasSubProperties {
    bool get () abstract;
}
abstract HasSubProperties : bool
abstract function get HasSubProperties () : boolean

Property Value

Type: System.Boolean
true if the PropertyValue supports sub-properties; otherwise, false.

Remarks

A typical implementation can use a TypeConverter to determine whether sub-properties are supported. If this property value contains sub-properties, they are stored in the SubProperties property.

.NET Framework Security

See Also

Reference

PropertyValue Class

Microsoft.Windows.Design.PropertyEditing Namespace

PropertyEntry

PropertyValueEditor

Other Resources

WPF Designer Extensibility

Property Editing Architecture