Skip to main content
A newer version of this page is available. .

ClipboardValueInfo Properties

Contains information about the copied grid element (a column header, group row, or data cell) with its appearance settings.
Name Description
Background Gets or sets a brush that paints the element’s background.
BorderBrush Gets or sets a brush that paints the element’s border.
BorderStyle Gets or sets a border style.
Column Gets a grid column.
DisplayValue Gets the text displayed in the element.
FontSize Gets or sets the element’s font size.
FontStyle Gets or sets the element’s font style.
FontWeight Gets or sets the element’s font weight.
Foreground Gets or sets a brush that paints the element’s foreground.
OriginalValue Gets the element’s original value.
Value Gets or sets the element’s value.
See Also