MoreButtonClickedEventArgs(DateTime, TimeInterval, Resource) Constructor
In This Article
Initializes a new instance of the MoreButtonClickedEventArgs class with the specified parameters.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
public MoreButtonClickedEventArgs(
DateTime targetViewStart,
TimeInterval interval,
Resource resource
)
#Parameters
Name | Type | Description |
---|---|---|
target |
Date |
A Date |
interval | Time |
A Time |
resource | Resource | A Resource associated with the time cell where the “More” button is located. |
See Also