Back to Devexpress

ColumnBase.CopyValueAsDisplayText Property

wpf-devexpress-dot-xpf-dot-grid-dot-columnbase-c9cffa4b.md

latest1.5 KB
Original Source

ColumnBase.CopyValueAsDisplayText Property

Gets or sets whether to pass text formatted by the grid or values from the data source to the buffer when copying. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool CopyValueAsDisplayText { get; set; }
vb
Public Property CopyValueAsDisplayText As Boolean

Property Value

TypeDescription
Boolean

true, to copy formatted text displayed by the column; otherwise, false.

|

Remarks

To learn more, see Clipboard Management.

See Also

Formatting Values

Clipboard Management

ColumnBase Class

ColumnBase Members

DevExpress.Xpf.Grid Namespace