RibbonStyles.GroupPopup Property
Gets the style settings defining the appearance of group popups.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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