CleanUpVirtualizedItemEventArgs.UIElement Propiedad

Definición

Obtiene una instancia del elemento visual que representa el valor de datos.

public:
 property System::Windows::UIElement ^ UIElement { System::Windows::UIElement ^ get(); };
public System.Windows.UIElement UIElement { get; }
member this.UIElement : System.Windows.UIElement
Public ReadOnly Property UIElement As UIElement

Valor de propiedad

UIElement

UIElement que representa el valor de datos.

Comentarios

Si Value es un elemento visual, su valor de propiedad será el mismo que UIElement.

Se aplica a