ASPxPopupMenu.Top Property
In This Article
Gets or sets the y-coordinate of the popup menu’s top 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 y-coordinate of the default popup menu’s top side. |
#Remarks
The Top property is not in effect for the popup menu control if the ASPxPopupMenu.PopupElementID property is specified.
The Top property allows you to specify a value that represents the y-coordinate of the popup menu’s top side. To completely define the popup menu’s position, you must specify a value for this property and for the ASPxPopupMenu.Left property.
See Also