Skip to main content

BootstrapUIWidgetExportSettings.Margin Property

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(null)]
public double? Margin { get; set; }

Property Value

Type Default
Nullable<Double> null

Property Paths

You can access this nested property as listed below:

Object Type Path to Margin
BootstrapWebClientUIWidgetEx
.SettingsExport .Margin
See Also