Skip to main content
A newer version of this page is available. .

CardViewExtension.BindToXML(String) Method

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public CardViewExtension BindToXML(
    string fileName
)

Parameters

Name Type Description
fileName String

A string specifying the file name.

Returns

Type Description
CardViewExtension

An extension object.

See Also