Skip to main content

MVCxSchedulerOptionsToolTips.SetSelectionToolTipTemplateContent(Action) Method

Allows you to provide a template for the tooltip shown for a selected area in the scheduler.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void SetSelectionToolTipTemplateContent(
    Action method
)

Parameters

Name Type Description
method Action

A method to which a template content rendering is delegated.

See Also