Back to Devexpress

MVCxGridViewProperties Class

aspnetmvc-devexpress-dot-web-dot-mvc-08fb7d5a.md

latest1.5 KB
Original Source

MVCxGridViewProperties Class

Contains the properties specific to the GridView that is built in to the ASP.NET MVC GridLookup extension.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxGridViewProperties :
    GridViewProperties
vb
Public Class MVCxGridViewProperties
    Inherits GridViewProperties

The following members return MVCxGridViewProperties objects:

Remarks

An object of the MVCxGridViewProperties type can be accessed via the GridLookupSettings.GridViewProperties property.

Inheritance

Object GridViewProperties MVCxGridViewProperties

See Also

MVCxGridViewProperties Members

Grid View

DevExpress.Web.Mvc Namespace