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

MoreButtonClickedEventArgs.Interval Property

Gets time interval of the cell where the button is located.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

public TimeInterval Interval { get; }

Property Value

Type Description
TimeInterval

A TimeInterval object representing the time interval of the cell which holds the button.

Remarks

In the Month View the Interval value corresponds to the entire day in which the button is located.

See Also