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

WebMessageOptions.Position Property

Specifies the position of the dxToast widget.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public InformationPosition Position { get; set; }

Property Value

Type Description
InformationPosition

An InformationPosition enumeration value specifying the position of the notification in the browser window.

Property Paths

You can access this nested property as listed below:

Object Type Path to Position
MessageOptions
.Web .Position
See Also