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.1.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. |
Remarks
These enumeration values are passed to the WebMessageOptions.Position property.
See Also