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

ChooseFileOptionsPage.Encodings Property

Indicates the document encoding.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v19.1.dll

Declaration

public EncodingInfo[] Encodings { get; }

Property Value

Type Description
EncodingInfo[]

An array of System.Text.EncodingInfo objects.

See Also