Skip to main content
Tab

ASPxPopupMenu.Left Property

Gets or sets the x-coordinate of the popup menu’s left side.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(0)]
public int Left { get; set; }

Property Value

Type Default Description
Int32 0

An integer value specifying the x-coordinate of the popup menu’s left side.

Remarks

The Left property is not in effect for the popup menu if the ASPxPopupMenu.PopupElementID property is specified.

The Left property allows you to specify a value that represents the x-coordinate of the popup menu’s left side. To completely define the popup menu’s position, you must specify a value for this property and for the ASPxPopupMenu.Top property.

See Also