'DeclarationPublic Shared Function GetIsFixedFootersHost( _ ByVal obj As DependencyObject _ ) As Boolean
'UsageDim 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.