Click or drag to resize

DataTable_tableProperties Field

The table properties, key is a string, value is a property you want to store here.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected PropertyBag? _tableProperties

Field Value

PropertyBag
Remarks
The properties are saved on disc (with exception of those who starts with "tmp/". If the property you want to store is only temporary, the properties name should therefore start with "tmp/".
See Also