Version

FieldPositionChangeReason Enumeration

Indicates what triggered the change in the field's position.
Syntax
'Declaration
 
Public Enum FieldPositionChangeReason 
   Inherits System.Enum
public enum FieldPositionChangeReason : System.Enum 
Members
MemberDescription
DisplayedThe user has displayed the field in the data presenter via a FieldChooser.
FixedThe FieldItem.FixedLocation has been changed to a fixed location.
HiddenThe user has hidden the field from the data presenter. The user can hide a field via FieldChooser or simply by dragging and dropping it outside of the data presenter when FieldChooser UI is enabled. See FieldChooser for more information.
MovedThe field has been dragged to a new location.
UnfixedThe FieldItem.FixedLocation has been changed from fixed to unfixed.
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