 | GridHelpersGetRowCount Methode |
Returns the actual RowCount of a given Grid.
Namensraum: Vishnu.WPF_UI.DependencyPropertiesAssembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+d75bac576d44afb64cfff79fd3665c8ca1172cbc
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
Parameter
- obj DependencyObject
- Grid as DependencyObject.
Rückgabewert
Int32Actual RowCount of the given Grid.
Siehe auch