Skip to main content
A newer version of this page is available. .

CustomGetDefaultFileNameEventArgs(String) Constructor

Initializes a new instance of the CustomGetDefaultFileNameEventArgs class.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.2.dll

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