'Declaration Public Shared Function GetIsFixedHeadersHost( _ ByVal obj As DependencyObject _ ) As Boolean
'Usage Dim obj As DependencyObject Dim value As Boolean value = DataGridControl.GetIsFixedHeadersHost(obj)
public static bool GetIsFixedHeadersHost( DependencyObject obj )
Parameters
- obj
The panel identified as the host that will contain all elements added to the grid's fixed headers through the FixedHeaders property.
Return Value
true if a panel is used as the fixed-headers host; false otherwise.