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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
method | Action<TimeRuler> | A delegate method that accepts the created TimeRuler as a parameter. |
See Also