ItemsRepeaterElementPreparedEventArgs.Element Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.