ASPxMenu.VerticalAlign Property
In This Article
Gets or sets the vertical alignment of menu items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(VerticalAlign.NotSet)]
public VerticalAlign VerticalAlign { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Vertical |
Not |
One of the Vertical |
#Remarks
If a menu control’s Height property is defined, the VerticalAlign property can be used to specify the vertical alignment of menu items.
See Also