Click or drag to resize

StyleBindingsGetColumnDefinitions Method

Gets the column definitions attached via the ColumnDefinitions attached property.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static ColumnDefinitionCollection? GetColumnDefinitions(
	DependencyObject obj
)

Parameters

obj
Type: System.WindowsDependencyObject
The object the column definitions are attached to.

Return Value

Type: ColumnDefinitionCollection
The column definitions.
See Also