'Declaration Public Shared Function GetIsAlternatingRowStyleEnabled( _ ByVal obj As DependencyObject _ ) As Boolean
'Usage Dim obj As DependencyObject Dim value As Boolean value = PrintTableView.GetIsAlternatingRowStyleEnabled(obj)
public static bool GetIsAlternatingRowStyleEnabled( DependencyObject obj )
Parameters
- obj
- The dependency object from which the property value is read.
Return Value
true if an alternate style is applied to every other row; false otherwise. The default value of this property is usually false; however, for some themes, alternate row styles may be enabled by default.