Skip to main content
.NET 6.0+

DefaultOverlayFormOptions.Options Property

Gets an OverlayWindowOptions object that specifies Overlay Form options.

Namespace: DevExpress.ExpressApp.Win

Assembly: DevExpress.ExpressApp.Win.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public OverlayWindowOptions Options { get; }

Property Value

Type Description
OverlayWindowOptions

Overlay Form options.

Property Paths

You can access this nested property as listed below:

Object Type Path to Options
DXSplashScreen
.OverlayFormOptions .Options
See Also