ItemsRepeaterElementPreparedEventArgs.Element Property

Definition

Gets the prepared element.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property UIElement ^ Element { UIElement ^ get(); };
UIElement Element();
public UIElement Element { get; }
Public ReadOnly Property Element As UIElement

Property Value

The prepared element.

Applies to