ComponentOne Basic Library for WPF and Silverlight
Element Property (ItemPreparedEventArgs)


C1.WPF Namespace > ItemPreparedEventArgs Class : Element Property
The element used to display the specified item.
Syntax
'Declaration
 
Public Property Element As System.Windows.DependencyObject
'Usage
 
Dim instance As ItemPreparedEventArgs
Dim value As System.Windows.DependencyObject
 
instance.Element = value
 
value = instance.Element
public System.Windows.DependencyObject Element {get; set;}
See Also

Reference

ItemPreparedEventArgs Class
ItemPreparedEventArgs Members