Skip to main content
A newer version of this page is available. .

MoreButtonClickedEventArgs.Resource Property

Gets the resource associated with the cell where the button is located.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

public Resource Resource { get; }

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