BootstrapCardViewFormLayoutProperties Class
Contains settings that relate to the Form Layout used in the Card View’s edit form.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
public class BootstrapCardViewFormLayoutProperties :
CardViewFormLayoutProperties,
IBootstrapFormLayoutProperties
Related API Members
The following members return BootstrapCardViewFormLayoutProperties objects:
Remarks
A BootstrapCardViewFormLayoutProperties
instance can be accessed using the CardView.EditFormLayoutProperties property.
Inheritance
Object
StateManager
PropertiesBase
FormLayoutProperties
GridFormLayoutProperties
CardViewFormLayoutProperties
BootstrapCardViewFormLayoutProperties
See Also