Skip to main content

GridViewCustomBindingArgsBase.State Property

Gets an object containing information about the current state on the GridView.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public GridViewModel State { get; protected set; }

Property Value

Type Description
GridViewModel

A GridViewModel object that contains the current state information on the GridView.

Remarks

Refer to Implementation of Typed Method Delegates to learn more.

See Also