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

DataViewSettings Class

Contains the DataView extension settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class DataViewSettings :
    DataViewSettingsBase

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