Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / ItemPreparedEventArgs Class / Element Property

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