Skip to main content
.NET 6.0+

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.v23.2.dll

Declaration

public virtual Type PropertiesType { get; }

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