CardViewCustomBindingArgsBase.State Property
In This Article
Gets an object containing information about the current state on the CardView.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public CardViewModel State { get; protected set; }
#Property Value
Type | Description |
---|---|
Card |
A Card |
#Remarks
Refer to Implementation of Typed Method Delegates to learn more.
See Also