Share via


ItemsRepeaterElementPreparedEventArgs.Element Property

Definition

Gets the prepared element.

public:
 property UIElement ^ Element { UIElement ^ get(); };
UIElement Element();
public UIElement Element { get; }
var uIElement = itemsRepeaterElementPreparedEventArgs.element;
Public ReadOnly Property Element As UIElement

Property Value

The prepared element.

Applies to