Back to Devexpress

RibbonExtension Class

aspnetmvc-devexpress-dot-web-dot-mvc-9dd58c26.md

latest3.2 KB
Original Source

RibbonExtension Class

Represents an extension object implementing the Ribbon functionality.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class RibbonExtension :
    ExtensionBase
vb
Public Class RibbonExtension
    Inherits ExtensionBase

The following members return RibbonExtension objects:

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 ExtensionBase RibbonExtension

See Also

RibbonExtension Members

Ribbon

RibbonSettings

DevExpress.Web.Mvc Namespace