ViewHandler.ContainerView Property

Definition

Gets the view that acts as a container for the PlatformView.

public:
 property System::Object ^ ContainerView { System::Object ^ get(); };
public object? ContainerView { get; }
member this.ContainerView : obj
Public ReadOnly Property ContainerView As Object

Property Value

Remarks

Note that this can be null. Especially when HasContainer is set to false this value might not be set.

Applies to