MoreButtonClickedEventArgs(DateTime, TimeInterval, Resource) Constructor
Initializes a new instance of the MoreButtonClickedEventArgs class with the specified parameters.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
public MoreButtonClickedEventArgs(
DateTime targetViewStart,
TimeInterval interval,
Resource resource
)
Parameters
Name | Type | Description |
---|---|---|
targetViewStart | DateTime | A DateTime value which is the top visible time of the target view. |
interval | TimeInterval | A TimeInterval object representing a time cell where the “More” button is located. |
resource | Resource | A Resource associated with the time cell where the “More” button is located. |
See Also