Skip to main content
All docs
V19.2

DayView.MoreButtonHTML Property

Overrides the corresponding property of the base class.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.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