DashboardGridIsOverlaps Method

Determines whether the specified element overlaps with any other elements in the layout.

Definition

Namespace: MobileTrack.Web.Portal.Components.Dashboard
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
internal bool IsOverlaps(
	Element fixedElement
)

Parameters

fixedElement  Element
The elements that are fixed in the Grid

Return Value

Boolean

[Missing <returns> documentation for "M:MobileTrack.Web.Portal.Components.Dashboard.DashboardGrid.IsOverlaps(MobileTrack.Web.Portal.Components.Dashboard.Element)"]

See Also