Click or drag to resize

MultiRenameControllerIsBaseDirectoryButtonVisible Property

Sets a value indicating whether the button to choose the base directory should be visible.

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

Property Value

Boolean
true if the button to choose the base directory is visible; otherwise, false.
See Also