Version

AllowFieldHiding Enumeration

Enum used for specifying the FieldSettings' FieldSettings.AllowHiding property.
Syntax
'Declaration
 
Public Enum AllowFieldHiding 
   Inherits System.Enum
public enum AllowFieldHiding : System.Enum 
Members
MemberDescription
AlwaysIn addition to what's allowed by the ViaFieldChooserOnly option, the user can hide the field by dragging it from the data presenter and dropping outside of the data presenter. A cursor indicating that the field is going to be removed from the data presenter is displayed and upon releasing the mouse, the field is removed from the data presenter. The user can show the field back into the data presenter via the field chooser control.
DefaultDefault is resolved to Always if field chooser user interface is enabled. If the field chooser UI is not enabled then the user is not allowed to change the visibility of the field.
NeverThe user cannot hide or show the field. The field is not displayed in the field chooser control.
ViaFieldChooserOnlyThe user can hide or show the field via field chooser, including by dragging from the field chooser into the data presenter to show the field and by dragging the field from the data presenter into the field chooser to hide it.
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