Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ShowMode Enum

Contains values that specify how a SplashScreen is displayed, as a form or as an image.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public enum ShowMode

#Members

Name Description
Form

Displays a splash form.

Image

Displays the default or custom image specified in SplashScreen.SplashImageOptions. Fade effects are not supported in Image display mode.

#Related API Members

The following properties accept/return ShowMode values:

#Remarks

Use the SplashScreen.ShowMode property to specify the form’s display mode.

See Also