Skip to main content

TitleSettings.Margin Property

Provides access to an object used to specify or retrieve the title’s margin settings.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(null)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public MarginSettings Margin { get; }

Property Value

Type Default Description
DevExpress.Web.Bootstrap.MarginSettings null

A MarginSettings object used to control the title’s margin settings.

Property Paths

You can access this nested property as listed below:

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