Skip to main content

SchedulerViewBase.MoreButtonToolTipContentTemplate Property

Gets or sets the template that defines the visual content of tooltips shown for "more" buttons.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public DataTemplate MoreButtonToolTipContentTemplate { get; set; }

#Property Value

Type Description
DataTemplate

A DataTemplate object that defines the content of tooltips.

#Remarks

The templates supplied by DXScheduler allow you to completely replace the look and feel of visual elements, while maintaining their existing behavior.

To learn more, see Styles and Templates.

See Also