Back to Devexpress

RibbonStyles.MinimizePopup Property

aspnet-devexpress-dot-web-dot-ribbonstyles-0f2f5c79.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

csharp
public AppearanceStyle MinimizePopup { get; }
vb
Public ReadOnly Property MinimizePopup As AppearanceStyle

Property Value

TypeDescription
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

Minimized

Ribbon

RibbonStyles Class

RibbonStyles Members

DevExpress.Web Namespace