Skip to main content

PopupControlSettingsBase.Top Property

Gets or sets the y-coordinate of the default popup window’s top side.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public int Top { get; set; }

Property Value

Type Description
Int32

An integer value specifying the y-coordinate of the default popup window’s top side.

Remarks

The Top property is not in effect for the default popup window if the PopupControlSettings.PopupElementID property is specified.

The Top property allows you to specify a value that represents the y-coordinate of the default popup window’s top side. To completely define the default popup window’s position, you must specify a value for this property and for the PopupControlSettingsBase.Left property. The default popup window can be displayed at the specified position if the PopupControlSettingsBase.ShowOnPageLoad property is set to true or the client ASPxClientPopupControlBase.Show method is called.

See Also