Skip to main content
All docs
V24.1
.NET 6.0+

IRuleSet.GetRules(IEnumerable) Method

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v24.1.dll

Declaration

ReadOnlyCollection<IRule> GetRules(
    IEnumerable targetsForDelayedCollectRules
)

Parameters

Name Type
targetsForDelayedCollectRules IEnumerable

Returns

Type
ReadOnlyCollection<IRule>
See Also