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

ASPxRibbon.SettingsPopupMenu Property

Provides access to the settings of a popup menu in the ribbon control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public RibbonSettingsPopupMenu SettingsPopupMenu { get; }

Property Value

Type Description
RibbonSettingsPopupMenu

A RibbonSettingsPopupMenu object that contains the popup menu settings.

See Also