RadControls for Silverlight

The RadTreeViewItemAutomationPeer type exposes the following members.

Methods

  NameDescription
Protected methodGetAutomationControlTypeCore
Gets the control type for the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetAutomationControlType()()()().
(Overrides FrameworkElementAutomationPeerGetAutomationControlTypeCore()()()().)
Protected methodGetClassNameCore
Gets the name of the UIElement that is associated with this FrameworkElementAutomationPeer. This method is called by GetClassName()()()().
(Overrides FrameworkElementAutomationPeerGetClassNameCore()()()().)
Protected methodGetHelpTextCore
Gets the string that describes the functionality of the ContentElement that is associated with this ContentElementAutomationPeer. Called by GetHelpText()()()().
(Overrides FrameworkElementAutomationPeer..::..GetHelpTextCore()()()().)
Protected methodGetItemTypeCore
Gets a human-readable string that contains the item type that the UIElement for this UIElementAutomationPeer represents. This method is called by GetItemType()()()().
(Overrides FrameworkElementAutomationPeerGetItemTypeCore()()()().)
Protected methodGetNameCore
Gets the text label of the ContentElement that is associated with this ContentElementAutomationPeer. Called by GetName()()()().
(Overrides FrameworkElementAutomationPeer..::..GetNameCore()()()().)
Public methodGetPattern
Gets the control pattern for the UIElement that is associated with this FrameworkElementAutomationPeer.
(Overrides FrameworkElementAutomationPeerGetPattern(PatternInterface).)
Protected methodIsContentElementCore
Gets a value that indicates whether the UIElement that is associated with this UIElementAutomationPeer is an element that contains data that is presented to the user. This method is called by IsContentElement()()()().
(Overrides FrameworkElementAutomationPeerIsContentElementCore()()()().)
Public methodSetValue
Sets the header's text.

Extension Methods

  NameDescription
Public Extension MethodChildrenOfType<(Of <<'(T>)>>)
Gets all child elements recursively from the visual tree by given type.
(Defined by ChildrenOfTypeExtensions.)
Public Extension MethodClearIfNoBindingAndSet
Clears if set.
(Defined by CommonExtensions.)
Public Extension MethodClearIfSet
Clears the property if a value has been set.
(Defined by CommonExtensions.)
Public Extension MethodClearValue
Clears the local value of the read only property.
(Defined by DependencyPropertyExtensions.)
Public Extension MethodCoerceValue
Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject.
(Defined by DependencyPropertyExtensions.)
Public Extension MethodFindChildByType<(Of <<'(T>)>>)
Finds child element of the specified type. Uses breadth-first search.
(Defined by ChildrenOfTypeExtensions.)
Public Extension MethodGetHashCodeOrZero (Defined by ExtensionMethods.)
Public Extension MethodGetParents
Enumerates through element's parents in the visual tree.
(Defined by ParentOfTypeExtensions.)
Public Extension MethodGetVisualParent<(Of <<'(T>)>>)
Searches up in the visual tree for parent element of the specified type.
(Defined by ParentOfTypeExtensions.)
Public Extension MethodIsAncestorOf
Determines whether the element is an ancestor of the descendant.
(Defined by ParentOfTypeExtensions.)
Public Extension MethodIsLocalValueSet(DependencyProperty)Overloaded.
Determines whether the specified dependency property local value is set.
(Defined by DependencyObjectExtensions.)
Public Extension MethodIsLocalValueSet(DependencyProperty)Overloaded.
Determines whether the specified dependency property local value is set.
(Defined by CommonExtensions.)
Public Extension MethodParentOfType<(Of <<'(T>)>>)
Gets the parent element from the visual tree by given type.
(Defined by ParentOfTypeExtensions.)
Public Extension MethodSetIfDifferent
Sets the value of the dependencyProperty property if it's hasn't that value currently.
(Defined by CommonExtensions.)
Public Extension MethodSetValue
Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property.
(Defined by DependencyPropertyExtensions.)

See Also