Table of Contents

Property CollectionElements

Namespace
Alternet.FormDesigner.Wpf.XamlDom
Assembly
Alternet.FormDesigner.Wpf.v10.dll

CollectionElements

Gets the collection elements of the property. Is empty if the property is not a collection.

public IList<XamlPropertyValue> CollectionElements { get; }

Property Value

IList<XamlPropertyValue>