Skip to main content
A newer version of this page is available. .

SchedulerViewBase.MoreButtonHTML Property

Specifies the HTML string used as the caption in the “Show more” buttons.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.2.dll

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