 | GridHelpersGetRowsProperties method |
Returns a string representing the value of the RowsPropertiesProperty of a given Grid.
Namespace: Vishnu.WPF_UI.DependencyPropertiesAssembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic static string GetRowsProperties(
DependencyObject obj
)
Public Shared Function GetRowsProperties (
obj As DependencyObject
) As String
public:
static String^ GetRowsProperties(
DependencyObject^ obj
)
static member GetRowsProperties :
obj : DependencyObject -> string Parameters
- obj DependencyObject
- Grid as DependencyObject.
Return value
StringA string representing the value of the RowsPropertiesProperty of a given grid.
See also