Skip to main content

MoreButtonClickedEventArgs.Interval Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

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