Window Header
A popup window’s header is displayed at the top of a window and can consist of the Header Image, header text and Header Buttons. A window’s header can be used to drag the window within the page (if the PopupControlSettingsBase.AllowDragging property is enabled).
The table below lists the main members that affect element appearance and functionality.
Characteristics | Members |
---|---|
Visibility | PopupControlSettingsBase.ShowHeader, PopupWindow.ShowHeader (via MVCxPopupControl.ShowHeader) |
Appearance | PopupControlStyles.Header (via PopupControlSettingsBase.Styles.Header), PopupWindow.HeaderStyle (via MVCxPopupControl.HeaderStyle) |
Text Content | PopupControlSettingsBase.HeaderText, PopupWindow.HeaderText (via MVCxPopupControl.HeaderText) |
Navigation Location | PopupControlSettingsBase.HeaderNavigateUrl, PopupWindow.HeaderNavigateUrl (via MVCxPopupControl.HeaderNavigateUrl) |
Template |