 | GridHelpersGetRowCount method |
Returns the actual RowCount of a given Grid.
Namespace: Vishnu.WPF_UI.DependencyPropertiesAssembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic static int GetRowCount(
DependencyObject obj
)
Public Shared Function GetRowCount (
obj As DependencyObject
) As Integer
public:
static int GetRowCount(
DependencyObject^ obj
)
static member GetRowCount :
obj : DependencyObject -> int Parameters
- obj DependencyObject
- Grid as DependencyObject.
Return value
Int32Actual RowCount of the given Grid.
See also