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

FormatConditionRuleMinMaxBase.Minimum Property

Gets or sets the minimum of the target value range.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

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

Property Value

Type Description
Decimal

The minimum of the target value range.

Remarks

The Minimum property is in effect if the FormatConditionRuleMinMaxBase.MinimumType property is set to Number or Percent.

See Also