PopupMenuSettings.Left Property
Gets or sets the x-coordinate of the popup menu’s left side.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value specifying the x-coordinate of the popup menu’s left side. |
Remarks
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 should specify a value for this property and for the PopupMenuSettings.Top property.
Note that the Left property is not in effect for the popup menu if the PopupMenuSettings.PopupElementID property is specified.
See Also