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

FormatConditionRuleMinMaxBase.Maximum Property

Gets or sets the maximum of the target value range.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[XtraSerializableProperty]
[DXCategory("Behavior")]
public decimal Maximum { get; set; }

Property Value

Type Description
Decimal

The maximum of the target value range.

Remarks

The Maximum property is in effect if the FormatConditionRuleMinMaxBase.MaximumType property is set to Number or Percent.

See Also