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

RibbonStyles.GroupPopup Property

Gets the style settings defining the appearance of group popups.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public AppearanceStyle GroupPopup { get; }

Property Value

Type Description
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