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

ASPxGridViewResLocalizer(ASPxGridViewLocalizer) Constructor

Initializes a new instance of the ASPxGridViewResLocalizer class with the specified default localizer that provides default values of localized resources.

Namespace: DevExpress.Web.Localization

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ASPxGridViewResLocalizer(
    ASPxGridViewLocalizer localizer
)

Parameters

Name Type Description
localizer ASPxGridViewLocalizer

An ASPxGridViewLocalizer object specifying the default localizer.

See Also