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

DataBarFormat.BorderBrush Property

Gets or sets the brush used to paint the borders of cells (or corresponding rows) whose values are positive and take part in conditional formatting. This is a dependency property.

Namespace: DevExpress.Xpf.Core.ConditionalFormatting

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public Brush BorderBrush { get; set; }

Property Value

Type Description
Brush

A System.Windows.Media.Brush value.

See Also