Back to Devexpress

FormatConditionRuleDataBar.AppearanceNegative Property

windowsforms-devexpress-dot-xtraeditors-dot-formatconditionruledatabar-646921e2.md

latest2.0 KB
Original Source

FormatConditionRuleDataBar.AppearanceNegative Property

Provides access to appearance settings for data bars that correspond to negative cell values.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public AppearanceObjectEx AppearanceNegative { get; }
vb
<DXCategory("Appearance")>
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property AppearanceNegative As AppearanceObjectEx

Property Value

TypeDescription
AppearanceObjectEx

An object that specifies appearance settings for negative data bars.

|

Remarks

The AppearanceNegative property is in effect only if the FormatConditionRuleDataBar.AllowNegativeAxis property is set to true.

To customize appearance options for data bars that correspond to positive values, use the FormatConditionRuleDataBar.Appearance property.

See Also

AppearanceNegative

FormatConditionRuleDataBar Class

FormatConditionRuleDataBar Members

DevExpress.XtraEditors Namespace