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.v18.2.dll
Declaration
public void Add(
Action<TimeRuler> method
)
Public Sub Add(
method As Action(Of TimeRuler)
)
Parameters
Name | Type | Description |
---|---|---|
method | Action<TimeRuler> | A delegate method that accepts the created TimeRuler as a parameter. |
See Also
Feedback