Skip to main content
Tab

LevelProperties.HorizontalAlign Property

Gets or sets the horizontal alignment of a level’s contents.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

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

#Property Value

Type Default Description
HorizontalAlign NotSet

One of the HorizontalAlign enumeration values.

#Remarks

Use the HorizontalAlign property to specify the horizontal alignment for the contents of the site map nodes which belong to the current hierarchy level.

See Also