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

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.v19.2.dll

Declaration

public class MVCxGridViewProperties :
    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