Skip to main content

TitleSettings.VerticalAlignment Property

Specifies a title’s vertical position.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(VerticalAlign.NotSet)]
public VerticalAlign VerticalAlignment { get; set; }

Property Value

Type Default Description
VerticalAlign NotSet

A VerticalAlign enumeration’s value (except for Middle) that specifies the title’s vertical alignment.

Property Paths

You can access this nested property as listed below:

Object Type Path to VerticalAlignment
BootstrapWebClientUIWidgetEx
.TitleSettings .VerticalAlignment

Remarks

Note

The Middle enumeration value cannot be set as the VerticalAlignment property’s value.

To specify the title’s horizontal alignment, use the HorizontalAlignment property.

See Also