Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CustomizeFormattingCultureEventArgs Class

Arguments passed to the XafApplication.CustomizeFormattingCulture event.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public class CustomizeFormattingCultureEventArgs :
    EventArgs

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.

Inheritance

Object
EventArgs
CustomizeFormattingCultureEventArgs
See Also