Skip to main content
All docs
V18.2

ASPxDesignerElementSerializationInfo.validationRules Property

Gets the rules for validating the property value entered into its editor.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public object[] validationRules { get; }

Property Value

Type Description
Object[]

An array of Object values.

See Also