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

SplashFormBase Class

The base class for splash forms displayed using the SplashScreenManager component.

Namespace: DevExpress.XtraSplashForm

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public class SplashFormBase :
    StickLookAndFeelForm,
    ITransparentBackgroundManager

#Remarks

Do not inherit a custom splash form from the SplashFormBase class. Instead, use the SplashScreen or WaitForm class as an ancestor for your splash form.

#Inheritance

Show 14 items
Object
MarshalByRefObject
Component
Control
ScrollableControl
ContainerControl
Form
DevExpress.XtraEditors.DForm
DevExpress.Utils.Win.TopFormBase
DevExpress.Utils.Win.CustomTopForm
DevExpress.Utils.Win.StickLookAndFeelForm
SplashFormBase
See Also