'Declaration Public Shared Sub SetIsFixedHeadersHost( _ ByVal obj As DependencyObject, _ ByVal value As Boolean _ )
'Usage Dim obj As DependencyObject Dim value As Boolean DataGridControl.SetIsFixedHeadersHost(obj, value)
public static void SetIsFixedHeadersHost( DependencyObject obj, bool value )
Parameters
- obj
The panel identified as the host that will contain all elements added to the grid's fixed headers through the FixedHeaders property.
- value
- true to identify a a panel as the fixed-headers host; false otherwise.