Gets the list of property attributes used to configure the visualization of the SelectedObject's properties.

Namespace:  C1.WPF.Extended
Assembly:  C1.WPF.Extended (in C1.WPF.Extended.dll)

Syntax

C#
public ObservableCollection<PropertyAttribute> PropertyAttributes { get; }
Visual Basic
Public ReadOnly Property PropertyAttributes As ObservableCollection(Of PropertyAttribute)
	Get

Remarks

This is a dependency property.

See Also