Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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.

#Related API Members

The following properties accept/return InformationPosition values:

#Remarks

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

See Also