Xuni Product Documentation - Xamarin.Forms
GridDetailVisibilityMode Enumeration
Determines how the visibility will behave.
Syntax
public enum GridDetailVisibilityMode : System.Enum 
Members
MemberDescription
ExpandMultiple Multiple row details can be visible at the same time.
ExpandSingle At most one row detail will be visible at the same time.
Selection The details are expanded and collapsed as the selection changes.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xuni.Forms.FlexGrid.GridDetailVisibilityMode

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

Xuni.Forms.FlexGrid Namespace