Skip to main content
.NET 6.0+

CustomGetDefaultFileNameEventArgs Class

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

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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