DashboardGridAllowMove Property

Whether to allow moving elements or not. Default is false. Note that this feature is only supported when an AspectRatio is set, otherwise this flag has no effect. Important: elements are movable by dragging the title bar. Hence, without setting a title for your element, your element won't have a title bar and you won't be able to move them.

Definition

Namespace: MobileTrack.Web.Portal.Components.Dashboard
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
[ParameterAttribute]
public bool AllowMove { get; set; }

Property Value

Boolean

See Also