WebMessageOptions.Position Property
In This Article
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public InformationPosition Position { get; set; }
#Property Value
Type | Description |
---|---|
Information |
An Information |
Available values:
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. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Position |
---|---|
Message |
|
See Also