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

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

Syntax

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

See Also