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

RibbonSettings.SettingsPopupMenu Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public RibbonSettingsPopupMenu SettingsPopupMenu { get; }

Property Value

Type Description
RibbonSettingsPopupMenu

A RibbonSettingsPopupMenu object that contains the popup menu settings.

See Also