Skip to main content
.NET 6.0+

RuleSetInitializedEventArgs.RuleSet Property

Specifies the Validation Rules declared in an application.

Namespace: DevExpress.ExpressApp.Validation

Assembly: DevExpress.ExpressApp.Validation.v23.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