Back to Devexpress

DayView.ShowMoreButtonsOnEachColumn Property

windowsforms-devexpress-dot-xtrascheduler-dot-dayview-07c06e9e.md

latest2.0 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, Work-Week View and the Full Week View.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

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

|

Remarks

See Also

DayView Class

DayView Members

DevExpress.XtraScheduler Namespace