File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments