Click or drag to resize

AsciiImportOptionsControllerCodePage Property

Gets or sets the controller for selecting the code page used to decode the ASCII file.

Namespace: Altaxo.Gui.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ItemsController<int> CodePage { get; set; }

Property Value

ItemsControllerInt32
See Also