This property is used by the EPiServer default Dynamic Content editor to display the properties that require input for your Dynamic Content object. If you supply your own editor by deriving a class from then this property can return null

Namespace:  EPiServer.DynamicContent
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
PropertyDataCollection Properties { get; }

See Also