Click or drag to resize

TextChoiceTextValidationFunction Property

Gets or sets the text validation function.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Func<string, string>? TextValidationFunction { get; set; }

Property Value

FuncString, String
See Also