'Declaration Public Enum ExpansionIndicatorDisplayMode Inherits System.Enum
public enum ExpansionIndicatorDisplayMode : System.Enum
Member | Description |
---|---|
Always | Always display an expansion indicator. |
CheckOnDisplay | When the record is first displayed check to see if there are any child records and only display an expansion indicator if there are. |
CheckOnExpand | After the record is expanded, check to see if there are any child records. If not, the indicator is hidden. |
Default | Use Default. |
Never | Never display an expansion indicator |
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