Back to Devexpress

DayView.ShowMoreButtonsOnEachColumn Property

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-dayview-4bf427cd.md

latest1.3 KB
Original Source

DayView.ShowMoreButtonsOnEachColumn Property

Gets or sets a value indicating whether to show the “more” buttons on each column or only on the Time Ruler in the Day View.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
[DefaultValue(false)]
public bool ShowMoreButtonsOnEachColumn { get; set; }
vb
<DefaultValue(False)>
Public Property ShowMoreButtonsOnEachColumn As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

trueto show “more” buttons on each column; otherwise, false.

|

See Also

DayView Class

DayView Members

DevExpress.Web.ASPxScheduler Namespace