Skip to main content

BootstrapCardViewCardLayoutItemsCreatedEventArgs.Properties Property

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

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