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