RibbonStyles.MinimizePopup Property
In This Article
Gets the style settings defining the appearance of a popup window that displays a tab content when the ribbon is minimized.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
#Declaration
public AppearanceStyle MinimizePopup { get; }
#Property Value
Type | Description |
---|---|
Appearance |
A Appearance |
#Remarks
If the ASPxRibbon.AllowMinimize property is set to true
, the ribbon can be minimized using the minimize button. In this case, clicking on a tab header invokes a popup window containing the tab content. Use the MinimizePopup property to define the appearance of the popup window.
See Also