Back to Devexpress

CustomGetDefaultFileNameEventArgs Class

expressappframework-devexpress-dot-expressapp-dot-systemmodule-5e0bc680.md

latest2.2 KB
Original Source

CustomGetDefaultFileNameEventArgs Class

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

Namespace : DevExpress.ExpressApp.SystemModule

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public class CustomGetDefaultFileNameEventArgs :
    EventArgs
vb
Public Class CustomGetDefaultFileNameEventArgs
    Inherits EventArgs

CustomGetDefaultFileNameEventArgs is the data class for the following events:

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

CustomGetDefaultFileNameEventArgs Members

How to: Customize the Export Action Behavior

DevExpress.ExpressApp.SystemModule Namespace