Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public DateTime TargetViewStart { get; set; }

Property Value

Type Description
DateTime

A DateTime value that specifies the interval start.

See Also