Version

AllowFieldMoving Property

Specifies whether the user is allowed to re-arrange fields by dragging and dropping fields. Default is resolved to Yes.
Syntax
'Declaration
 
Public Property AllowFieldMoving As AllowFieldMoving
public AllowFieldMoving AllowFieldMoving {get; set;}
Remarks

By default the user is allowed to re-arrange fields. You can use AllowFieldMoving property to prevent the user from moving fields or enforce restrictions by setting the property to appropriate value. You can also use FieldMovingMaxRows and FieldMovingMaxColumns properties to restrict field arrangement layouts the user can create.

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