Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

InformationPosition Enum

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

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.

Remarks

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

See Also