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

XtraLocalizer<T>.CreateXmlDocument() Method

Creates an XML document, which contains resource strings provided by the current XtraLocalizer<T> object.

Namespace: DevExpress.Utils.Localization

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public virtual XmlDocument CreateXmlDocument()

Returns

Type Description
XmlDocument

A XmlDocument object.

See Also