PopupMenuSettings.Top Property
Gets or sets the y-coordinate of the popup menu’s top 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 y-coordinate of the default popup menu’s top side. |
Remarks
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 PopupMenuSettings.Left property.
Note that the Top property is not in effect for the popup menu control if the PopupMenuSettings.PopupElementID property is specified.
See Also