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

RibbonSettings Class

Contains the Ribbon extension settings.

Namespace: DevExpress.Web.Mvc

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

Declaration

public class RibbonSettings :
    SettingsBase

Remarks

To declare the Ribbon in a View, invoke the ExtensionsFactory.Ribbon helper method. This method returns the Ribbon extension that is implemented by the RibbonExtension class.

To configure the Ribbon extension, pass the RibbonSettings object to the ExtensionsFactory.Ribbon helper method as a parameter. The RibbonSettings object contains all the Ribbon extension settings.

Refer to the Ribbon Overview topic to learn how to add the Ribbon extension to your project.

Inheritance

Object
SettingsBase
RibbonSettings
See Also