Skip to main content
A newer version of this page is available. .

RuleSetInitializedEventArgs.RuleSet Property

Specifies the Validation Rules declared in an application.

Namespace: DevExpress.ExpressApp.Validation

Assembly: DevExpress.ExpressApp.Validation.v18.2.dll

Declaration

public RuleSet RuleSet { get; }

Property Value

Type Description
RuleSet

A RuleSet object, which is the Validation Rules declared in an application.

See Also