BootstrapCardView.CardLayoutProperties Property
Provides access to the settings allowing you to customize a card layout.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapCardViewFormLayoutProperties CardLayoutProperties { get; }
Property Value
Type | Description |
---|---|
BootstrapCardViewFormLayoutProperties | A BootstrapCardViewFormLayoutProperties object that contains the card layout settings. |
See Also