Back to Devexpress

IndicatorFormatConditionBase.MaxValue Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-indicatorformatconditionbase-b7038fb9.md

latest1.6 KB
Original Source

IndicatorFormatConditionBase.MaxValue Property

Specifies the maximum data field value to accept for conditional formatting. This is a dependency property.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public object MaxValue { get; set; }
vb
Public Property MaxValue As Object

Property Value

TypeDescription
Object

An object accepted as the maximum data field value.

|

Remarks

By default, the MaxValue property is set to null , and the actual maximum data field value is used to format data cells. Use the MaxValue property to set a custom maximum data field value. This can also improve performance when formatting large data sets.

To specify the minimum data field value, use the IndicatorFormatConditionBase.MinValue property.

See Also

IndicatorFormatConditionBase Class

IndicatorFormatConditionBase Members

DevExpress.Xpf.PivotGrid Namespace