Skip to main content
A newer version of this page is available. .

WorkTimeRulesCollection.AddRange(RuleBase[]) Method

Adds the specified range of work time rules to the collection.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxGantt.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public void AddRange(
    params RuleBase[] rules
)

Parameters

Name Type Description
rules RuleBase[]

An array of rules objects.

See Also