ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / ItemPreparedEventArgs Class / Element Property

In This Topic
    Element Property
    In This Topic
    The element used to display the specified item.
    Syntax
    'Declaration
     
    Public Property Element As Windows.UI.Xaml.DependencyObject
    public Windows.UI.Xaml.DependencyObject Element {get; set;}
    See Also