MoreButtonClickedEventArgs.Interval Property
Gets time interval of the cell where the button is located.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
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