Back to Devexpress

DataBarFormat.FillNegative Property

wpf-devexpress-dot-xpf-dot-core-dot-conditionalformatting-dot-databarformat-f03eed2f.md

latest1.4 KB
Original Source

DataBarFormat.FillNegative Property

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

Namespace : DevExpress.Xpf.Core.ConditionalFormatting

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Brush FillNegative { get; set; }
vb
Public Property FillNegative As Brush

Property Value

TypeDescription
Brush

A System.Windows.Media.Brush value.

|

See Also

Fill

ZeroLineBrush

DataBarFormat Class

DataBarFormat Members

DevExpress.Xpf.Core.ConditionalFormatting Namespace