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

CardViewCustomBindingArgsBase.State Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

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