CompareViewModelEnableMergeButton Property |
IT Hit User File System
Indicates whether the merge button is enabled.
Namespace:
THit.FileSystem.Windows.WinUI.ViewModels
Assembly:
ITHit.FileSystem.Windows.WinUI (in ITHit.FileSystem.Windows.WinUI.dll) Version: 9.0.29481.0-Beta
Syntaxpublic bool EnableMergeButton { get; set; }
Public Property EnableMergeButton As Boolean
Get
Set
public:
property bool EnableMergeButton {
bool get ();
void set (bool value);
}
member EnableMergeButton : bool with get, set
Property Value
Type:
Boolean
See Also