RuleSetInitializedEventArgs(RuleSet) Constructor
Creates a new instance of the RuleSetInitializedEventArgs.
Namespace: DevExpress.ExpressApp.Validation
Assembly: DevExpress.ExpressApp.Validation.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Validation
Declaration
Parameters
Name | Type | Description |
---|---|---|
ruleSet | RuleSet | A RuleSet object, which specifies the Validation Rules declared in an application. This parameter value is assigned to the RuleSetInitializedEventArgs.RuleSet property. |
See Also