Skip to main content
Tab

RibbonStyles.MinimizePopup Property

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public AppearanceStyle MinimizePopup { get; }

Property Value

Type Description
AppearanceStyle

A AppearanceStyle object that contains the style settings.

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