Skip to main content
Tab

SpaceTabTemplateStyle.HorizontalAlign Property

Gets or sets the horizontal alignment of the space tab templates’ content.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override HorizontalAlign HorizontalAlign { get; set; }

Property Value

Type Description
HorizontalAlign

One of the HorizontalAlign enumeration values.

Remarks

Use the HorizontalAlign property to specify the horizontal alignment of the content defined via the SpaceBeforeTabsTemplate or/and SpaceAfterTabsTemplate property.

See Also