SchedulerViewBase.MoreButtonHTML Property
Specifies the HTML string used as the caption in the “Show more” buttons.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | 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