'Declaration Public Shared Function GetGroupLevelIndicatorWidth( _ ByVal obj As DependencyObject _ ) As Double
'Usage Dim obj As DependencyObject Dim value As Double value = TableView.GetGroupLevelIndicatorWidth(obj)
public static double GetGroupLevelIndicatorWidth( DependencyObject obj )
Parameters
- obj
The dependency object from which the property value is read.
Return Value
A value indicating the width of the GroupLevelIndicators when a grid is in table-view. By default, double.NaN.