TextExportOptionsBase.Encoding Property
Gets or sets the encoding of the text-based file to which grid’s data is exported.
Namespace: DevExpress.Mobile.Export
Assembly: DevExpress.Mobile.Core.v18.2.dll
Declaration
[DXDescription("DevExpress.XtraPrinting.TextExportOptionsBase,Encoding")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public Encoding Encoding { get; set; }
Property Value
Type | Description |
---|---|
Encoding | A Encoding class descendant specifying the character encoding. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Encoding |
---|---|
GridControl |
|
Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.
See Also