Share via


ItemsRepeaterElementClearingEventArgs.Element Property

Definition

Gets the element that is being cleared for re-use.

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

Property Value

The element that is being cleared.

Applies to