RibbonStyles.GroupPopup Property
In This Article
Gets the style settings defining the appearance of group popups.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public AppearanceStyle GroupPopup { get; }
#Property Value
Type | Description |
---|---|
Appearance |
A Appearance |
#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