SchedulerViewBase.MoreButtonHTML Property
In This Article
Specifies the HTML string used as the caption in the “Show more” buttons.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A string in HTML format. |
#Remarks
Use the MoreButtonHTML to change the default “Show more…” caption of the More Buttons. This property affects all Views except the DayView and WorkWeekView.
See Also