Click or drag to resize

TableDataSourceBaseImmutableOptionsTOptions, TDataProcessOptions Property

Gets or sets the options for this data source.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public TOptions ProcessOptions { get; set; }

Property Value

TOptions
The options for this data source.
See Also