Click or drag to resize

MultiRenameDataDefaultPatternString Property

Gets or sets the default pattern string, i.e. the pattern string that is initially shown when the multi rename dialog opens.

Namespace: Altaxo.Gui.Common.MultiRename
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string DefaultPatternString { get; set; }

Property Value

String
Pattern string that is initially shown when the multi rename dialog opens.
See Also