Skip to main content

MoreButton.TargetViewStart Property

Gets or sets the start of the interval that will be displayed in the view when the MoreButton is clicked.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public DateTime TargetViewStart { get; set; }

Property Value

Type Description
DateTime

A DateTime value that specifies the interval start.

See Also