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

DataViewExtension Class

An extension object implementing the DataView functionality.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public class DataViewExtension :
    DataViewExtensionBase

The following members return DataViewExtension objects:

Remarks

To declare the DataView in a View, invoke the ExtensionsFactory.DataView helper method. This method returns the DataView extension that is implemented by the DataViewExtension class.

To configure the DataView extension, pass the DataViewSettings object to the ExtensionsFactory.DataView helper method as a parameter. The DataViewSettings object contains all the DataView extension settings.

Refer to the DataView Overview topic to learn how to add the DataView extension to your project.

Inheritance

See Also