Skip to main content

ClipboardValueInfo.BorderBrush Property

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

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

#Declaration

public Brush BorderBrush { get; set; }

#Property Value

Type Description
Brush

A brush that paints the element’s border.

See Also