Skip to main content
A newer version of this page is available.
All docs
V18.2

DayView.MoreButtonHTML Property

Overrides the corresponding property of the base class.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public override string MoreButtonHTML { get; set; }

Property Value

Type Description
String

A string.

Remarks

Unlike the SchedulerViewBase.MoreButtonHTML property, this property has no effect, and only overrides the property of the base class.

See Also