Skip to main content

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.2.dll

NuGet Package: DevExpress.Web.Scheduler

#Declaration

[DefaultValue("")]
public virtual string MoreButtonHTML { get; set; }

#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