Back to Devexpress

VerticalGridExtension.BindToXML(String) Method

aspnetmvc-devexpress-dot-web-dot-mvc-dot-verticalgridextension-dot-bindtoxml-x28-system-dot-string-x29.md

latest1.3 KB
Original Source

VerticalGridExtension.BindToXML(String) Method

Binds the VerticalGrid to the XML file specified by its name.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public VerticalGridExtension BindToXML(
    string fileName
)
vb
Public Function BindToXML(
    fileName As String
) As VerticalGridExtension

Parameters

NameTypeDescription
fileNameString

A string specifying the file name.

|

Returns

TypeDescription
VerticalGridExtension

An extension object.

|

See Also

Vertical Grid

VerticalGridExtension Class

VerticalGridExtension Members

DevExpress.Web.Mvc Namespace