CardViewCustomBindingArgsBase.State Property
Gets an object containing information about the current state on the CardView.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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