'Declaration Public Enum AddNewRecordLocation Inherits System.Enum
public enum AddNewRecordLocation : System.Enum
Member | Description |
---|---|
Default | Default. The ultimate default is 'OnTopFixed'. |
OnBottom | An add record displays as the last record in a records collection. This record scrolls with its sibling records. |
OnBottomFixed | An add record displays as the last record in a records collection. This record is fixed and does not scroll with its sibling records. |
OnTop | An add record displays as the first record in a records collection. This record scrolls with its sibling records. |
OnTopFixed | An add record displays as the first record in a records collection. This record is fixed and does not scroll with its sibling records. |
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