Back to Devexpress

VerticalGridExtension.BindToXML(String, String) Method

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

latest1.6 KB
Original Source

VerticalGridExtension.BindToXML(String, String) Method

Binds the VerticalGrid to the XML file specified by its name and an XPath expression.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Parameters

NameTypeDescription
fileNameString

A string specifying the file name.

| | xPath | String |

A string specifying the XPath expression.

|

Returns

TypeDescription
VerticalGridExtension

An extension object.

|

See Also

Vertical Grid

VerticalGridExtension Class

VerticalGridExtension Members

DevExpress.Web.Mvc Namespace