Skip to main content

SplashFormProperties.Clone() Method

Creates and returns a copy of the current SplashFormProperties object.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public SplashFormProperties Clone()

Returns

Type Description
SplashFormProperties

A copy of the current SplashFormProperties object.

See Also