MoreButtonClickedEventArgs.Resource Property
Gets the resource associated with 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 |
---|---|
Resource | A Resource object that is the resource associated with the time cell which holds the button. |
Remarks
If the DayView.ShowMoreButtonsOnEachColumn is set to false in the DayView and the appointments are grouped, the button is displayed on the Time Ruler. In this situation the Resource gets an empty resource with ID equal to EmptyResourceId.Id.
See Also