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

CustomGetDefaultFileNameEventArgs Class

Arguments, specific to the ExportController.CustomGetDefaultFileName event of the ExportController class.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public class CustomGetDefaultFileNameEventArgs :
    EventArgs

Remarks

Declares properties, specific to the ExportController.CustomGetDefaultFileName event. This event is designed to set a custom name for the file used for data exported by the ExportController.ExportAction.

Inheritance

Object
EventArgs
CustomGetDefaultFileNameEventArgs
See Also