Gets a value that indicates whether this element has been loaded for presentation.
Syntax
'Declaration
Public ReadOnly Property IsLoaded As Boolean
public bool IsLoaded {get;}
Property Value
true if the current element is attached to an element tree; false if the element has never been attached to a loaded element tree.
See Also