Back to Devexpress

DataViewSettings Class

aspnetmvc-devexpress-dot-web-dot-mvc-2036de02.md

latest2.2 KB
Original Source

DataViewSettings Class

Contains the DataView extension settings.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class DataViewSettings :
    DataViewSettingsBase
vb
Public Class DataViewSettings
    Inherits 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

Object SettingsBase DataViewSettingsBase DataViewSettings

See Also

DataViewSettings Members

DataView

DataViewExtension

DevExpress.Web.Mvc Namespace