Skip to content

Commit 610f063

Browse files
committed
Fixed missing XML docs
1 parent 3620425 commit 610f063

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/JamSoft.AvaloniaUI.Dialogs/ViewModels/DialogViewModel.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ public virtual bool CanCancel()
103103

104104
private bool _hideCancelButton;
105105

106+
/// <summary>
107+
/// Optionally hides the cancel button
108+
/// </summary>
106109
public bool HideCancelButton
107110
{
108111
get => _hideCancelButton;

0 commit comments

Comments
 (0)