Skip to main content

ClipboardValueInfo.Background Property

Gets or sets a brush that paints the element’s background.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

#Declaration

public Brush Background { get; set; }

#Property Value

Type Description
Brush

A brush that paints the element’s background.

See Also