Click or drag to resize

IFilterEditViewSetValueText Method

Updates the combined filter text shown by the view.

Namespace: Altaxo.Gui.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void SetValueText(
	string txt
)

Parameters

txt  String
The filter text.
See Also