Skip to main content
A newer version of this page is available. .

CustomizeFormattingCultureEventArgs Class

Arguments passed to the XafApplication.CustomizeFormattingCulture event.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.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