Skip to main content
A newer version of this page is available. .

Header Buttons

A panel header can contain the following buttons: a pin button, refresh button, minimize button, maximize button, and close button.

Docking_VE_CloseButton

The table below lists API members that allow you to customize the control’s button appearance and functionality.

Characteristics Visibility Image Style Description
PopupControl_PinButton Pin Button ASPxPopupControlBase.ShowPinButton PopupControlImages.PinButton PopupControlStyles.PinButton Allows you to pin the panel
PopupControl_RefreshButton Refresh Button ASPxPopupControlBase.ShowRefreshButton PopupControlImages.RefreshButton PopupControlStyles.RefreshButton Allows you to refresh the panel
PopupControl_MinButton Collapse Button ASPxPopupControlBase.ShowCollapseButton PopupControlImages.CollapseButton PopupControlStyles.CollapseButton Allows you to minimize the panel
PopupControl_MaxButton Maximize Button ASPxPopupControlBase.ShowMaximizeButton PopupControlImages.MaximizeButton PopupControlStyles.MaximizeButton Allows you to collapse the panel
PopupControl_CloseButton Close Button ASPxPopupControlBase.ShowCloseButton PopupControlImages.CloseButton PopupControlStyles.CloseButton Allows you to close the panel