Back to Devexpress

TabControlExtension.Bind(Object) Method

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

latest1.5 KB
Original Source

TabControlExtension.Bind(Object) Method

Binds the TabControl to a data source.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Parameters

NameTypeDescription
dataObjectObject

An object specifying the bound data source.

|

Returns

TypeDescription
TabControlExtension

A TabControlExtension object representing the TabControl.

|

See Also

TabControl

TabControlExtension Class

TabControlExtension Members

DevExpress.Web.Mvc Namespace