Skip to main content
.NET 6.0+

WebMessageOptions.Position Property

Specifies the position of the dxToast widget.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.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