Gets the value of the Accordion.Header attached property for a given dependency object.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public static Object GetHeader ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function GetHeader( _ |
The element from which the property value is read.
The value of the Accordion.Header property for the specified element.
See Also