Activate this option if the part placed via this installation variant can be moved in the enclosure; deactivate the check box if the part is to be a fixed part of the enclosure.
public bool CanBeMoved {get; set;}
public:
property bool CanBeMoved {
bool get();
void set ( bool value);
}