CleanUpVirtualizedItemEventArgs.UIElement Property

Definition

Gets an instance of the visual element that represents the data value.

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

Property Value

The UIElement that represents the data value.

Applies to