Version

RecordSeparatorLocation Enumeration

Used for specifying if and for which special records a separator element is displayed.
Syntax
'Declaration
 
Public Enum RecordSeparatorLocation 
   Inherits System.Enum
public enum RecordSeparatorLocation : System.Enum 
Members
MemberDescription
FilterRecordSeparator is displayed after filter record.
FixedRecordsSeparator is displayed after fixed records to separate them from the non-fixed records.
NoneRecord separator is not displayed.
SummaryRecordSeparator is displayed after summary record.
TemplateAddRecordSeparator is displayed after template add-record.
Remarks

Used for specifying FieldLayoutSettings' FieldLayoutSettings.RecordSeparatorLocation property which controls which special records display a seprator element. Separator element looks like a thin 3d bar element (like a resizer bar) that separates the associated record from other 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