Back to Devexpress

ClipboardRowPastingEventArgs.ErrorText Property

wpf-devexpress-dot-xpf-dot-grid-dot-clipboardrowpastingeventargs-4840009f.md

latest1.2 KB
Original Source

ClipboardRowPastingEventArgs.ErrorText Property

A text that contains information about an error that occurred.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public string ErrorText { get; }
vb
Public ReadOnly Property ErrorText As String

Property Value

TypeDescription
String

A string that represents the error text.

|

Remarks

Refer to the Paste Operations topic to learn more.

See Also

ClipboardRowPastingEventArgs Class

ClipboardRowPastingEventArgs Members

DevExpress.Xpf.Grid Namespace