Version

ExpansionIndicatorDisplayMode Enumeration

Enum used for specifying the FieldLayoutSettings' FieldLayoutSettings.ExpansionIndicatorDisplayMode property.
Syntax
'Declaration
 
Public Enum ExpansionIndicatorDisplayMode 
   Inherits System.Enum
public enum ExpansionIndicatorDisplayMode : System.Enum 
Members
MemberDescription
AlwaysAlways display an expansion indicator.
CheckOnDisplayWhen the record is first displayed check to see if there are any child records and only display an expansion indicator if there are.
CheckOnExpandAfter the record is expanded, check to see if there are any child records. If not, the indicator is hidden.
DefaultUse Default.
NeverNever display an expansion indicator
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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