Click or drag to resize

GridHelpersGetColumnsProperties Methode

Returns a string representing the value of the ColumnsPropertiesProperty of a given Grid.

Namensraum: Vishnu.WPF_UI.DependencyProperties
Assembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+d75bac576d44afb64cfff79fd3665c8ca1172cbc
Syntax
public static string GetColumnsProperties(
	DependencyObject obj
)

Parameter

obj  DependencyObject
Grid as DependencyObject.

Rückgabewert

String
A string representing the value of the ColumnsPropertiesProperty of a given Grid.
Siehe auch