Back to Devexpress

RibbonStyles.GroupPopup Property

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

latest1.4 KB
Original Source

RibbonStyles.GroupPopup Property

Gets the style settings defining the appearance of group popups.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
AppearanceStyle

A AppearanceStyle object that contains style settings.

|

Remarks

When a group has insufficient space to display its items, a group expand button is displayed instead. The click on the button invokes a group popup window. Use the GroupPopup property to define the appearance of the window.

See Also

Ribbon

RibbonStyles Class

RibbonStyles Members

DevExpress.Web Namespace