PrintingController.CustomForceGridControlMethods Event
Occurs when the PrintingController.PrintAction and PrintingController.PrintPreviewAction are executed and the PrintingController.CustomPrint and PrintingController.CustomShowPrintPreview events are not handled.
Namespace: DevExpress.ExpressApp.Win.SystemModule
Assembly: DevExpress.ExpressApp.Win.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
Declaration
Event Data
The CustomForceGridControlMethods event's data class is DevExpress.ExpressApp.Win.SystemModule.CustomForceGridControlMethodsEventArgs.
Remarks
By default, native GridControl methods are used instead of the PrintableComponentLink class when the CollectionSource object is in the Server mode. Handle the CustomForceGridControlMethods event to enforce the use of GridControl methods, when required.