BootstrapCardViewEditingSettings.FormLayoutProperties Property
Provides access to the settings allowing you to customize the form layout.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[DefaultValue(null)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapCardViewFormLayoutProperties FormLayoutProperties { get; }
Property Value
Type | Default | Description |
---|---|---|
BootstrapCardViewFormLayoutProperties | null | A BootstrapCardViewFormLayoutProperties object that contains the form layout settings. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to FormLayoutProperties |
---|---|
BootstrapCardView |
|
See Also