Header Class

Represents the header component of a dashboard element. Handles mouse events to move and adjust the positioning of the element.

Definition

Namespace: MobileTrack.Web.Portal.Components.Dashboard.Internal
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public class Header : ComponentBase
Inheritance
Object    ComponentBase    Header

Constructors

HeaderInitializes a new instance of the Header class

Properties

AllowMove Determines whether the header allows moving.
CurrentUser Currently logged-in user session data.
Element The cascading parameter representing the element to which the header belongs.
HeaderClass CSS class for the header.
Loc Localizer for string resources.
OnDelete Callback for when the delete button is clicked.
OnMouseDown Event callback for the mouse down event.
OnMouseUp Event callback for the mouse up event.
OnMove Event callback for the mouse move event.

Methods

BuildRenderTree
(Overrides ComponentBaseBuildRenderTree(RenderTreeBuilder))
MouseUpAsync Handles the mouse up event to finalize the element's position.
MovingAsync Handles the movement of the element while the mouse button is held down.

See Also