Skip to main content

RuleSetInitializedEventArgs.RuleSet Property

Specifies the Validation Rules declared in an application.

Namespace: DevExpress.ExpressApp.Validation

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

NuGet Package: DevExpress.ExpressApp.Validation

Declaration

public RuleSet RuleSet { get; }

Property Value

Type Description
RuleSet

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

See Also