Skip to main content
.NET 6.0+

CustomGetDefaultFileNameEventArgs(String) Constructor

Initializes a new instance of the CustomGetDefaultFileNameEventArgs class.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public CustomGetDefaultFileNameEventArgs(
    string fileName
)

Parameters

Name Type Description
fileName String

A string that is the name of the file to which data is exported.

See Also