Click or drag to resize

ListBoxPropertiesGetHeader Method

Gets the value of Header

Namespace:  Cauldron.XAML.Theme
Assembly:  Cauldron.XAML.Theme (in Cauldron.XAML.Theme.dll) Version: 3.1.0.22 (3.1.0.22)
Syntax
C#
public static string GetHeader(
	DependencyObject obj
)

Parameters

obj
Type: System.WindowsDependencyObject
DependencyObject with the attached property

Return Value

Type: String
The value of the attached property
See Also