Skip to content

Commit 67bd9bc

Browse files
committed
change xml comments
1 parent 5ee669b commit 67bd9bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Columns/TableViewBoundColumn.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public virtual Binding Binding
7070
}
7171

7272
/// <summary>
73-
/// Gets or sets the data binding used to get or set content for the clipboard.
73+
/// Gets or sets the data binding used to retrieve cell content when copying to the clipboard.
7474
/// If no explicit clipboard binding is set, the column's <see cref="Binding"/> is returned as a fallback.
7575
/// </summary>
7676
public override Binding? ClipboardContentBinding

src/Columns/TableViewColumn.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ internal set
348348
}
349349

350350
/// <summary>
351-
/// Gets or sets the data binding used to get or set content for the clipboard.
351+
/// Gets or sets the data binding used to retrieve cell content when copying to the clipboard.
352352
/// </summary>
353353
public virtual Binding? ClipboardContentBinding { get; set; }
354354

0 commit comments

Comments
 (0)