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

MVCxTimeRulerCollection.Add Method

Name Parameters Description
Add() none Adds a new Timeruler to the collection of timerulers.
Add(TimeRuler) ruler Adds the specified Timeruler to the collection of timerulers.
Add(Action<TimeRuler>) method Adds a new Timeruler to the collection of timerulers and allows you to customize the timeruler in a delegate method implementation.