Header Class
Represents the header component of a dashboard element.
Handles mouse events to move and adjust the positioning of the element.
| Header | Initializes a new instance of the Header class |
| 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.
|