Back to Devexpress

RibbonExtension.Bind(Object) Method

aspnetmvc-devexpress-dot-web-dot-mvc-dot-ribbonextension-dot-bind-x28-system-dot-object-x29.md

latest1.4 KB
Original Source

RibbonExtension.Bind(Object) Method

Binds the Ribbon extension to a data source.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public RibbonExtension Bind(
    object dataObject
)
vb
Public Function Bind(
    dataObject As Object
) As RibbonExtension

Parameters

NameTypeDescription
dataObjectObject

An object specifying the bound data source.

|

Returns

TypeDescription
RibbonExtension

A RibbonExtension object representing the Ribbon extension.

|

See Also

Ribbon

RibbonExtension Class

RibbonExtension Members

DevExpress.Web.Mvc Namespace