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

BootstrapCardViewCardLayoutItemsCreatedEventArgs.Properties Property

Contains settings related to the Form Layout used in the processed card.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapFormLayoutProperties Properties { get; }

Property Value

Type Description
BootstrapFormLayoutProperties

A BootstrapFormLayoutProperties object that represents settings of the current card’s Form Layout.

See Also