Skip to main content
.NET Framework 4.6.2+

RuleSetInitializedEventArgs.RuleSet Property

Specifies the Validation Rules declared in an application.

Namespace: DevExpress.ExpressApp.Validation

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