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