CleanUpVirtualizedItemEventArgs.UIElement 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 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.