Search
Accordion.GetHeader Method
See Also
 





Gets the value of the Accordion.Header attached property for a given dependency object.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public static Object GetHeader (
    DependencyObject obj
)

Visual Basic  Copy Code

Public Shared Function GetHeader( _
    obj As DependencyObject _
) As Object

 Parameters

obj

The element from which the property value is read.

 Return Value

The value of the Accordion.Header property for the specified element.

 See Also