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

GridViewSettings Class

Contains the GridView extension settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc.v17.2.dll

Declaration

public class GridViewSettings :
    GridSettingsBase

Remarks

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

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

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

The following code snippets (auto-collected from DevExpress Examples) contain references to the GridViewSettings class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also