DataGridBoundColumn.ClipboardContentBinding Property

Definition

Gets or sets the binding that will be used to get or set cell content for the clipboard. If the base ClipboardContentBinding is not explicitly set, this will return the value of Binding.

public override Windows.UI.Xaml.Data.Binding ClipboardContentBinding { get; set; }
member this.ClipboardContentBinding : Windows.UI.Xaml.Data.Binding with get, set
Public Overrides Property ClipboardContentBinding As Binding

Property Value

Windows.UI.Xaml.Data.Binding

Applies to