ContainerElement.Elements Property

Definition

The elements to be displayed in the container.

public:
 property System::Collections::Generic::IEnumerable<System::Object ^> ^ Elements { System::Collections::Generic::IEnumerable<System::Object ^> ^ get(); };
public System.Collections.Generic.IEnumerable<object> Elements { get; }
member this.Elements : seq<obj>
Public ReadOnly Property Elements As IEnumerable(Of Object)

Property Value

Applies to