CustomizeFormattingCultureEventArgs Class
Arguments passed to the XafApplication.CustomizeFormattingCulture event.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Remarks
The CustomizeFormattingCulture event occurs after a formatting culture has been set internally. Handle this event to set the required formatting culture for the Thread.CurrentThread.CurrentCulture object.
See Also