Skip to main content
Tab

ASPxRibbon.SettingsPopupMenu Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public RibbonSettingsPopupMenu SettingsPopupMenu { get; }

Property Value

Type Description
RibbonSettingsPopupMenu

A RibbonSettingsPopupMenu object that contains the popup menu settings.

See Also