DXSplashScreen.CanShowOverlayForm Property
Indicates if the current DXSplashScreen instance can show an Overlay Form.
Namespace: DevExpress.ExpressApp.Win.Utils
Assembly: DevExpress.ExpressApp.Win.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if both conditions apply: the DXSplashScreen.OverlayFormOptions property is not null and no other applicable splash form is currently shown; otherwise, false. |
Remarks
The DXSplashScreen.OverlayFormOptions property is not null when a DXSplashScreen is initialized with a constructor that takes the overlayFormOptions parameter.
Implements
See Also