Skip to main content
.NET 6.0+

RuleRangeAttribute(Object, Object) Constructor

Initializes a new instance of the RuleRangeAttribute class.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v23.2.dll

Declaration

public RuleRangeAttribute(
    object minimumValue,
    object maximumValue
)

Parameters

Name Type Description
minimumValue Object

An object that represents the left end point of the range the target property’s value should be within.

maximumValue Object

An object that represents the right end point of the range the target property’s value should be within.

See Also