Skip to main content

SplashFormBase.Properties Property

Contains properties controlling the form’s appearance. These settings are in effect when the form is displayed on its own, without using the SplashScreenManager component.

Namespace: DevExpress.XtraSplashForm

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public SplashFormProperties Properties { get; set; }

Property Value

Type Description
SplashFormProperties

A SplashFormProperties object that contains form appearance settings.

Remarks

When a splash form is displayed using the SplashScreenManager component, the settings provided by the form’s Properties property are overridden by the settings specified by the SplashScreenManager.Properties property, when an instance of the splash form is created.

The settings specified by a form’s Properties property are in effect when the form is displayed independently of the SplashScreenManager, for example, by calling the form’s Show or ShowModal method.

See Also