'Declaration Public Shared Sub SetIsDataGridHost( _ ByVal obj As DependencyObject, _ ByVal value As Boolean _ )
'Usage Dim obj As DependencyObject Dim value As Boolean DataGridPageControl.SetIsDataGridHost(obj, value)
public static void SetIsDataGridHost( DependencyObject obj, bool value )
Parameters
- obj
- The panel identified as the host that will contain the DataGridControl.
- value
- true to identify a panel as a grid host; false otherwise.