Skip to main content
A newer version of this page is available. .

InformationPosition Enum

Contains values that specify the position of the Text Notification position displayed using the dxToast widget in ASP.NET applications.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public enum InformationPosition

Members

Name Description
Top

The notification window is positioned at the top of a browser window.

Right

The notification window is positioned at the right of a browser window.

Bottom

The notification window is positioned at the bottom of a browser window.

Left

The notification window is positioned at the left of a browser window.

Related API Members

The following properties accept/return InformationPosition values:

Remarks

These enumeration values are passed to the WebMessageOptions.Position property.

See Also