Skip to main content

CardViewCustomBindingArgsBase.State Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public CardViewModel State { get; protected set; }

Property Value

Type Description
CardViewModel

A CardViewModel object that contains the current state information on the CardView.

Remarks

Refer to Implementation of Typed Method Delegates to learn more.

See Also