Xuni Product Documentation - Xamarin.Forms
ActualVisible Property
Gets a value indicating whether the row is visible. The row could be collapsed either because the IsVisible was set to false or the Parent is collapsed.
Syntax
public bool ActualVisible {get;}
Remarks
This property is read-only. To change the visibility of a row use the IsVisible property instead.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridRow Class
GridRow Members