'Declaration Public Enum FieldPositionChangeReason Inherits System.Enum
public enum FieldPositionChangeReason : System.Enum
Member | Description |
---|---|
Displayed | The user has displayed the field in the data presenter via a FieldChooser. |
Fixed | The FieldItem.FixedLocation has been changed to a fixed location. |
Hidden | The 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. |
Moved | The field has been dragged to a new location. |
Unfixed | The FieldItem.FixedLocation has been changed from fixed to unfixed. |
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