Skip to main content
All docs
V26.1
  • WorkTimeRulesCollection.AddRange(RuleBase[]) Method

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

    Namespace: DevExpress.Web.ASPxGantt

    Assembly: DevExpress.Web.ASPxGantt.v26.1.dll

    Declaration

    public void AddRange(
        params RuleBase[] rules
    )

    Parameters

    Name Type Description
    rules RuleBase[]

    An array of rules objects.

    See Also