ASPxPopupMenu.Left Property
In This Article
Gets or sets the x-coordinate of the popup menu’s left side.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#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