DataGridColumn.ClipboardContentBinding Property

Definition

Gets or sets the binding object to use when getting or setting cell content for the clipboard.

public:
 virtual property System::Windows::Data::BindingBase ^ ClipboardContentBinding { System::Windows::Data::BindingBase ^ get(); void set(System::Windows::Data::BindingBase ^ value); };
public virtual System.Windows.Data.BindingBase ClipboardContentBinding { get; set; }
member this.ClipboardContentBinding : System.Windows.Data.BindingBase with get, set
Public Overridable Property ClipboardContentBinding As BindingBase

Property Value

An object that represents the binding.

Applies to