Skip to main content

ClipboardValueInfo.OriginalValue Property

Gets the element’s original value.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public object OriginalValue { get; }

#Property Value

Type Description
Object

The element’s original value.

See Also