Click or drag to resize

DataTablesAggregationDataControllerFilters Property

Gets or sets the collection of filter strings used to select tables by name.

Namespace: Altaxo.Gui.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public ObservableCollection<NotifyChangedValue<string>> Filters { get; set; }

Property Value

ObservableCollectionNotifyChangedValueString
See Also