Version

AddNewRecordLocation Enumeration

Enum used for specifying the FieldLayoutSettings's FieldLayoutSettings.AddNewRecordLocation property.
Syntax
'Declaration
 
Public Enum AddNewRecordLocation 
   Inherits System.Enum
public enum AddNewRecordLocation : System.Enum 
Members
MemberDescription
DefaultDefault. The ultimate default is 'OnTopFixed'.
OnBottomAn add record displays as the last record in a records collection. This record scrolls with its sibling records.
OnBottomFixedAn add record displays as the last record in a records collection. This record is fixed and does not scroll with its sibling records.
OnTopAn add record displays as the first record in a records collection. This record scrolls with its sibling records.
OnTopFixedAn add record displays as the first record in a records collection. This record is fixed and does not scroll with its sibling records.
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