RuleRangeAttribute(Object, Object) Constructor
Initializes a new instance of the RuleRangeAttribute class.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
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