DataViewSettings Class
Contains the DataView extension settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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