Skip to main content

VerticalGridCustomBindingArgsBase.State Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public VerticalGridModel State { get; protected set; }

#Property Value

Type Description
VerticalGridModel

A VerticalGridModel object that contains the current state information on the VerticalGrid.

#Remarks

Refer to Implementation of Typed Method Delegates to learn more.

See Also