RuleBase.PropertiesType Property
Specifies the type of the Validation Rule Properties class used by the Validation Rule.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Property Value
Type | Description |
---|---|
Type | A Type object specifying the type of the Validation Rule Properties class used by the Validation Rule. By default, this property returns the RuleBaseProperties type. |
Remarks
When inheriting from the RuleBase class, if you need to extend the Properties class, override this property to return the custom Properties type. For details, refer to the Implement Custom Rules topic.
See Also