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

MVCxTimeRulerCollection.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.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public void Add(
    Action<TimeRuler> method
)

Parameters

Name Type Description
method Action<TimeRuler>

A delegate method that accepts the created TimeRuler as a parameter.

See Also