Click or drag to resize

GridViewColumnPropertiesGetFormatting Method

Gets the value of Formatting

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 GridViewColumnFormatting GetFormatting(
	DependencyObject obj
)

Parameters

obj
Type: System.WindowsDependencyObject
DependencyObject with the attached property

Return Value

Type: GridViewColumnFormatting
The value of the attached property
See Also